mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 03:02:22 +01:00
9.0.8
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: reboot_launcher
|
||||
description: Graphical User Interface for Project Reboot
|
||||
version: "9.0.7"
|
||||
version: "9.0.8"
|
||||
|
||||
publish_to: 'none'
|
||||
|
||||
@@ -8,43 +8,69 @@ environment:
|
||||
sdk: ">=3.0.0 <=3.3.4"
|
||||
|
||||
dependencies:
|
||||
# The flutter SDK
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
# Reboot common module
|
||||
reboot_common:
|
||||
path: ./../common
|
||||
|
||||
# Windows UI 3
|
||||
fluent_ui: ^4.8.7
|
||||
flutter_acrylic:
|
||||
path: ./dependencies/flutter_acrylic
|
||||
fluent_ui: ^4.8.7
|
||||
fluentui_system_icons: ^1.1.238
|
||||
bitsdojo_window: ^0.1.5
|
||||
system_theme: ^2.0.0
|
||||
file_picker: ^8.0.3
|
||||
url_launcher: ^6.1.5
|
||||
archive: ^3.3.1
|
||||
crypto: ^3.0.2
|
||||
async: ^2.8.2
|
||||
get: ^4.6.5
|
||||
get_storage: ^2.0.3
|
||||
window_manager: ^0.3.8
|
||||
clipboard: ^0.1.3
|
||||
universal_disk_space: ^0.2.3
|
||||
uuid: ^3.0.6
|
||||
supabase_flutter: ^2.5.2
|
||||
skeletons: ^0.0.3
|
||||
|
||||
# Window management
|
||||
bitsdojo_window: ^0.1.5
|
||||
window_manager: ^0.3.8
|
||||
|
||||
# Extract zip archives (for example the reboot.zip coming from github)
|
||||
archive: ^3.3.1
|
||||
|
||||
# Cryptographic functions
|
||||
crypto: ^3.0.2
|
||||
bcrypt: ^1.1.3
|
||||
dart_ipify: ^1.1.1
|
||||
path: ^1.8.3
|
||||
pointycastle: ^3.7.3
|
||||
|
||||
# Async helpers
|
||||
async: ^2.8.2
|
||||
sync: ^0.3.0
|
||||
process_run: ^0.14.2
|
||||
auto_animated_list: ^1.0.4
|
||||
|
||||
# State management
|
||||
get: ^4.6.5
|
||||
|
||||
# Native utilities
|
||||
clipboard: ^0.1.3
|
||||
app_links: ^6.0.2
|
||||
url_protocol: ^1.0.0
|
||||
intl: any
|
||||
windows_taskbar: ^1.1.2
|
||||
file_picker: ^8.0.3
|
||||
url_launcher: ^6.1.5
|
||||
local_notifier: ^0.1.6
|
||||
|
||||
# Server browser
|
||||
supabase_flutter: ^2.5.2
|
||||
uuid: ^3.0.6
|
||||
dart_ipify: ^1.1.1
|
||||
|
||||
# Storage
|
||||
get_storage: ^2.0.3
|
||||
universal_disk_space: ^0.2.3
|
||||
path: ^1.8.3
|
||||
|
||||
# Translations
|
||||
intl: any
|
||||
flutter_localized_locales: ^2.0.5
|
||||
|
||||
# Auto updater
|
||||
yaml: ^3.1.2
|
||||
package_info_plus: ^8.0.0
|
||||
version: ^3.0.2
|
||||
|
||||
dependency_overrides:
|
||||
xml: ^6.3.0
|
||||
http: ^0.13.5
|
||||
@@ -72,14 +98,14 @@ flutter:
|
||||
- assets/backend/profiles/
|
||||
- assets/backend/public/
|
||||
- assets/backend/responses/
|
||||
- assets/matchmaker/
|
||||
- assets/build/
|
||||
- assets/info/en/
|
||||
|
||||
msix_config:
|
||||
display_name: Reboot Launcher
|
||||
publisher_display_name: Auties00
|
||||
identity_name: 31868Auties00.RebootLauncher
|
||||
msix_version: 9.0.0.7
|
||||
msix_version: 9.0.0.8
|
||||
publisher: CN=E6CD08C6-DECF-4034-A3EB-2D5FA2CA8029
|
||||
logo_path: ./assets/icons/reboot.ico
|
||||
architecture: x64
|
||||
|
||||
Reference in New Issue
Block a user