diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2024-09-05 15:42:22 -0700 |
---|---|---|
committer | Joel Winarske <joel.winarske@gmail.com> | 2024-09-05 16:04:30 -0700 |
commit | 15093ee4880d535c65faed929801c2d79d1a212c (patch) | |
tree | ea5ddf1abdea8d3d77d3537f5b06dd6cb3d91f28 /pubspec.yaml | |
parent | 4a6dd91a1e1c7821eae1668449885a8c04825071 (diff) |
-update packages
-format files
-fix analyze issues
Change-Id: I9eb84f1bca7623ce676695904f172aff127c8ced
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Diffstat (limited to 'pubspec.yaml')
-rw-r--r-- | pubspec.yaml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/pubspec.yaml b/pubspec.yaml index 60c514b..d1d1853 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,33 +6,33 @@ version: 1.0.0+1 # Dart SDK version
environment:
- sdk: ">=2.18.0 <3.0.0"
+ sdk: ">=3.5.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# packages used
- flutter_riverpod: ^1.0.4
- flutter_hooks: ^0.18.5
- hooks_riverpod: ^1.0.4
- flutter_map: ^2.2.0
- latlong2: ^0.8.1
- intl: ^0.17.0
- http: ^0.13.5
- yaml: ^3.1.1
+ flutter_riverpod: ^2.5.1
+ flutter_hooks: ^0.20.5
+ hooks_riverpod: ^2.5.2
+ flutter_map: ^7.0.2
+ latlong2: ^0.9.1
+ intl: ^0.19.0
+ http: ^1.2.2
+ yaml: ^3.1.2
- grpc: ^3.0.0
- protobuf: ^2.1.0
+ grpc: ^4.0.1
+ protobuf: ^3.1.0
dev_dependencies:
flutter_test:
sdk: flutter
- flutter_lints: ^2.0.0
+ flutter_lints: ^4.0.0
flutter:
uses-material-design: true
assets:
- assets/
- assets/cert/
- - images/
\ No newline at end of file + - images/
|