more updates
This commit is contained in:
parent
bf94d8d58b
commit
9997d9bda9
1 changed files with 12 additions and 11 deletions
|
@ -3,7 +3,7 @@ description: A new Flutter project.
|
|||
publish_to: 'none'
|
||||
version: 0.0.1
|
||||
environment:
|
||||
flutter: '>=3.13.0 <4.0.0'
|
||||
flutter: '>=3.22.0 <4.0.0'
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
|
||||
|
||||
|
@ -16,10 +16,11 @@ dependencies:
|
|||
sdk: flutter
|
||||
|
||||
# Firebase
|
||||
firebase_analytics: ^10.10.4
|
||||
firebase_core: ^2.30.1
|
||||
firebase_crashlytics: ^3.5.4
|
||||
firebase_remote_config: ^4.4.4
|
||||
cloud_firestore: ^4.17.5
|
||||
firebase_analytics: ^10.10.7
|
||||
firebase_core: ^2.32.0
|
||||
firebase_crashlytics: ^3.5.7
|
||||
firebase_remote_config: ^4.4.7
|
||||
|
||||
# Backend
|
||||
get_it: ^7.7.0
|
||||
|
@ -29,16 +30,16 @@ dependencies:
|
|||
animated_list_plus: ^0.5.2
|
||||
cupertino_icons: ^1.0.8
|
||||
enough_platform_widgets: ^1.0.0
|
||||
flutter_form_builder: ^9.2.1
|
||||
flutter_form_builder: ^9.3.0
|
||||
gap: ^3.0.1
|
||||
|
||||
# Utils
|
||||
flutter_screenutil: ^5.9.0
|
||||
flutter_svg: ^2.0.10+1
|
||||
form_builder_validators: ^9.1.0
|
||||
go_router: ^14.0.1
|
||||
intl: ^0.18.1
|
||||
intl_utils: ^2.8.5
|
||||
form_builder_validators: ^10.0.1
|
||||
go_router: ^14.1.4
|
||||
intl: ^0.19.0
|
||||
intl_utils: ^2.8.7
|
||||
|
||||
# Data
|
||||
envied: ^0.5.4+1
|
||||
|
@ -68,7 +69,7 @@ dependencies:
|
|||
|
||||
dev_dependencies:
|
||||
# Generators
|
||||
build_runner: ^2.4.9
|
||||
build_runner: ^2.4.10
|
||||
envied_generator: ^0.5.4+1
|
||||
hive_generator: ^2.0.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue