mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 03:02:22 +01:00
Switched to sinum
This commit is contained in:
@@ -17,53 +17,50 @@ dependencies:
|
||||
path: ./../common
|
||||
|
||||
# Windows UI 3
|
||||
fluent_ui: ^4.8.7
|
||||
fluent_ui: ^4.9.1
|
||||
flutter_acrylic:
|
||||
path: ./dependencies/flutter_acrylic
|
||||
fluentui_system_icons: ^1.1.238
|
||||
system_theme: ^2.0.0
|
||||
fluentui_system_icons: ^1.1.258
|
||||
system_theme: ^3.1.1
|
||||
skeletons:
|
||||
git:
|
||||
url: https://github.com/talok/skeletons
|
||||
ref: main
|
||||
|
||||
# Window management
|
||||
bitsdojo_window: ^0.1.5
|
||||
window_manager: ^0.3.8
|
||||
bitsdojo_window: ^0.1.6
|
||||
window_manager: ^0.4.2
|
||||
|
||||
# Extract zip archives (for example the reboot.zip)
|
||||
archive: ^3.3.1
|
||||
archive: ^3.6.1
|
||||
|
||||
# Cryptographic functions
|
||||
crypto: ^3.0.2
|
||||
bcrypt: ^1.1.3
|
||||
pointycastle: ^3.7.3
|
||||
pointycastle: ^3.9.1
|
||||
|
||||
# Async helpers
|
||||
async: ^2.8.2
|
||||
async: ^2.11.0
|
||||
sync: ^0.3.0
|
||||
|
||||
# State management
|
||||
get: ^4.6.5
|
||||
get: ^4.6.6
|
||||
|
||||
# Native utilities
|
||||
clipboard: ^0.1.3
|
||||
app_links: ^6.0.2
|
||||
url_protocol: ^1.0.0
|
||||
app_links: ^6.3.2
|
||||
windows_taskbar: ^1.1.2
|
||||
file_picker: ^8.0.3
|
||||
url_launcher: ^6.1.5
|
||||
file_picker: ^8.1.2
|
||||
url_launcher: ^6.3.0
|
||||
local_notifier: ^0.1.6
|
||||
|
||||
# Server browser
|
||||
supabase_flutter: ^2.5.2
|
||||
uuid: ^3.0.6
|
||||
supabase_flutter: ^2.7.0
|
||||
dart_ipify: ^1.1.1
|
||||
|
||||
# Storage
|
||||
get_storage: ^2.0.3
|
||||
get_storage: ^2.1.1
|
||||
universal_disk_space: ^0.2.3
|
||||
path: ^1.8.3
|
||||
path: ^1.9.0
|
||||
|
||||
# Translations
|
||||
intl: any
|
||||
@@ -71,23 +68,17 @@ dependencies:
|
||||
|
||||
# Auto updater
|
||||
yaml: ^3.1.2
|
||||
package_info_plus: ^8.0.0
|
||||
package_info_plus: ^8.0.2
|
||||
version: ^3.0.2
|
||||
|
||||
# Validate profile
|
||||
email_validator: ^3.0.0
|
||||
|
||||
dependency_overrides:
|
||||
xml: ^6.3.0
|
||||
http: ^0.13.5
|
||||
win32: ^3.0.0
|
||||
ffi: ^2.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter_lints: ^4.0.0
|
||||
flutter_lints: ^5.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
Reference in New Issue
Block a user