mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 14:54:45 +08:00
feat:riverpod 迁移
This commit is contained in:
17
pubspec.yaml
17
pubspec.yaml
@ -30,7 +30,12 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_riverpod: ^2.3.6
|
||||
flutter_riverpod: ^2.4.10
|
||||
riverpod_annotation: ^2.3.4
|
||||
flutter_hooks: ^0.20.5
|
||||
hooks_riverpod: ^2.4.10
|
||||
json_annotation: ^4.8.1
|
||||
go_router: ^13.2.0
|
||||
window_manager: ^0.3.2
|
||||
fluent_ui: 4.8.5
|
||||
flutter_staggered_grid_view: ^0.7.0
|
||||
@ -73,8 +78,8 @@ dependencies:
|
||||
rust_builder:
|
||||
path: rust_builder
|
||||
aria2:
|
||||
#git: https://github.com/xkeyC/dart_aria2_rpc.git
|
||||
path: ../../xkeyC/dart_aria2_rpc
|
||||
git: https://github.com/xkeyC/dart_aria2_rpc.git
|
||||
# path: ../../xkeyC/dart_aria2_rpc
|
||||
intl: ^0.18.0
|
||||
synchronized: ^3.1.0+1
|
||||
dependency_overrides:
|
||||
@ -91,8 +96,12 @@ dev_dependencies:
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^3.0.0
|
||||
msix: ^3.16.4
|
||||
build_runner: ^2.4.6
|
||||
build_runner: ^2.4.8
|
||||
freezed: ^2.4.5
|
||||
json_serializable: ^6.7.1
|
||||
riverpod_generator: ^2.3.11
|
||||
custom_lint: ^0.6.2
|
||||
riverpod_lint: ^2.3.9
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
Reference in New Issue
Block a user