Skip to content

Commit

Permalink
Update FVM and Packages
Browse files Browse the repository at this point in the history
This updates the FVM version of Flutter and packages to their latest release
  • Loading branch information
anthonycastelli committed May 15, 2024
1 parent 08eb81c commit 89fafe0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutter": "3.19.4",
"flutter": "3.19.6",
"flavors": {}
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"dart.flutterSdkPath": ".fvm/versions/3.19.4"
"dart.flutterSdkPath": ".fvm/versions/3.19.6"
}
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ environment:
flutter: ">=1.17.0"

dependencies:
dio: ^5.4.1
dio: ^5.4.3+1
flutter:
sdk: flutter
internet_connection_checker_plus: ^2.2.0
path_provider: ^2.1.2
shared_preferences: ^2.2.2
uuid: ^4.3.3
shared_preferences: ^2.2.3
uuid: ^4.4.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 89fafe0

Please sign in to comment.