Skip to content

Commit

Permalink
move development to flutter 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chuprin.v committed May 22, 2024
1 parent 08fe6d8 commit 66cae68
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .fvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"flutter": "3.22.0"
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
# Avoid committing pubspec.lock for library packages; see
# https://dart.dev/guides/libraries/private-files#pubspeclock.
pubspec.lock

# FVM Version Cache
.fvm/
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dart.flutterSdkPath": ".fvm/versions/3.22.0"
}
2 changes: 1 addition & 1 deletion packages/autoclose_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ dependencies:
flutter:
sdk: flutter
autoclose: ^1.0.1
vm_service: ^13.0.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner:
mockito: ^5.4.0
vm_service: ^14.2.1

flutter:
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dev_dependencies:
mockito: ^5.4.0
test: ^1.21.0
total_lints:
vm_service: ^13.0.0
vm_service: ^14.2.1

dependencies:
async: ^2.11.0
Expand Down

0 comments on commit 66cae68

Please sign in to comment.