mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-01-17 07:39:32 +00:00
chore: update flutter and dependencies
This commit is contained in:
parent
06694f5f0b
commit
a520136e01
80 changed files with 7701 additions and 9141 deletions
23
pubspec.yaml
23
pubspec.yaml
|
|
@ -19,8 +19,8 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||
version: 0.0.18+9
|
||||
|
||||
environment:
|
||||
sdk: ">=3.3.4 <4.0.0"
|
||||
flutter: 3.32.8
|
||||
sdk: ">=3.10.0 <4.0.0"
|
||||
flutter: 3.38.6
|
||||
|
||||
# Dependencies specify other packages that your package needs in order to work.
|
||||
# To automatically upgrade your package dependencies to the latest versions
|
||||
|
|
@ -53,12 +53,12 @@ dependencies:
|
|||
flutter_hooks: ^0.21.2
|
||||
flutter_settings_ui: ^3.0.1
|
||||
font_awesome_flutter: ^10.7.0
|
||||
freezed_annotation: ^2.4.1
|
||||
freezed_annotation: ^3.1.0
|
||||
go_router: ^14.0.2
|
||||
hive: ^4.0.0-dev.2
|
||||
hooks_riverpod: ^2.5.1
|
||||
isar: ^4.0.0-dev.13
|
||||
isar_flutter_libs: ^4.0.0-dev.13
|
||||
hive_plus_secure: ^1.1.25
|
||||
hooks_riverpod: ^3.0.0
|
||||
isar_plus: ^1.1.0
|
||||
isar_plus_flutter_libs: ^1.1.0
|
||||
json_annotation: ^4.9.0
|
||||
just_audio: ^0.9.37
|
||||
just_audio_background:
|
||||
|
|
@ -85,7 +85,7 @@ dependencies:
|
|||
path: ^1.9.0
|
||||
path_provider: ^2.1.0
|
||||
permission_handler: ^11.3.1
|
||||
riverpod_annotation: ^2.3.5
|
||||
riverpod_annotation: 4.0.0
|
||||
scroll_loop_auto_scroll: ^0.0.5
|
||||
sensors_plus: ^6.0.1
|
||||
share_plus: ^10.0.2
|
||||
|
|
@ -96,14 +96,13 @@ dependencies:
|
|||
vibration: ^3.1.3
|
||||
dev_dependencies:
|
||||
build_runner: ^2.4.9
|
||||
custom_lint: ^0.7.0
|
||||
# custom_lint: ^0.8.1
|
||||
flutter_lints: ^5.0.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
freezed: ^2.5.2
|
||||
freezed: ^3.1.0
|
||||
json_serializable: ^6.8.0
|
||||
riverpod_generator: ^2.4.2
|
||||
riverpod_lint: ^2.3.10
|
||||
riverpod_generator: ^4.0.0+1
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue