Skip to content

Commit 9ee1db6

Browse files
committed
change version
1 parent 393a55e commit 9ee1db6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.fvmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"flutter": "3.16.0"
3+
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ migrate_working_dir/
2727
**/doc/api/
2828
.dart_tool/
2929
build/
30+
31+
# FVM Version Cache
32+
.fvm/

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ platforms:
2323

2424

2525
environment:
26-
sdk: ^3.5.4
27-
flutter: ">=1.17.0"
26+
sdk: '>=3.2.0 <4.0.0'
27+
flutter: ">=3.16.0"
2828

2929
dependencies:
3030
flutter:
@@ -33,7 +33,7 @@ dependencies:
3333
dev_dependencies:
3434
flutter_test:
3535
sdk: flutter
36-
flutter_lints: ^4.0.0
36+
flutter_lints: ^3.0.0
3737

3838
# For information on the generic Dart part of this file, see the
3939
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)