Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Jan 6, 2024
1 parent 08ffdfd commit 9c6e96b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.13.0",
"flutterSdkVersion": "3.16.5",
"flavors": {}
}
36 changes: 18 additions & 18 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,48 +8,48 @@ environment:
flutter: ">=3.10.0"

dependencies:
cached_network_image: 3.2.3
collection: 1.17.2
dio: 5.3.2
file_saver: 0.2.8
cached_network_image: 3.3.1
collection: 1.18.0
dio: 5.4.0
file_saver: 0.2.9
flare_flutter: 3.0.2
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_markdown: 0.6.17+1
flutter_riverpod: 2.3.7
flutter_markdown: 0.6.18+3
flutter_riverpod: 2.4.9
flutter_translate: 4.0.4
get_it: 7.6.0
get_it: 7.6.6
hive: 2.2.3
hive_flutter: 1.1.0
in_app_review: 2.0.6
injectable: 2.3.0
in_app_review: 2.0.8
injectable: 2.3.2
json_annotation: 4.8.1
package_info_plus: 4.1.0
package_info_plus: 5.0.1
path: 1.8.3
path_provider: 2.1.0
shared_preferences: 2.2.0
path_provider: 2.1.1
shared_preferences: 2.2.2
sqflite: 2.3.0
stack_trace: 1.11.0
stack_trace: 1.11.1
theme_provider: 0.6.0
uni_links: 0.5.1
unicons: 2.1.1
url_launcher: 6.1.12
url_launcher: 6.2.2

dev_dependencies:
build_runner: 2.4.6
build_runner: 2.4.7
faker: 2.1.0
flutter_launcher_icons: 0.13.1
flutter_lints: 2.0.2
flutter_lints: 3.0.1
flutter_test:
sdk: flutter
hive_generator: 2.0.1
injectable_generator: 2.4.0
injectable_generator: 2.4.1
integration_test:
sdk: flutter
json_serializable: 6.7.1
mockito: 5.4.2
mockito: 5.4.4

flutter_native_splash:
image: assets/img/icon_launcher.png
Expand Down

0 comments on commit 9c6e96b

Please sign in to comment.