We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393a55e commit 9ee1db6Copy full SHA for 9ee1db6
.fvmrc
@@ -0,0 +1,3 @@
1
+{
2
+ "flutter": "3.16.0"
3
+}
.gitignore
@@ -27,3 +27,6 @@ migrate_working_dir/
27
**/doc/api/
28
.dart_tool/
29
build/
30
+
31
+# FVM Version Cache
32
+.fvm/
pubspec.yaml
@@ -23,8 +23,8 @@ platforms:
23
24
25
environment:
26
- sdk: ^3.5.4
- flutter: ">=1.17.0"
+ sdk: '>=3.2.0 <4.0.0'
+ flutter: ">=3.16.0"
dependencies:
flutter:
@@ -33,7 +33,7 @@ dependencies:
33
dev_dependencies:
34
flutter_test:
35
sdk: flutter
36
- flutter_lints: ^4.0.0
+ flutter_lints: ^3.0.0
37
38
# For information on the generic Dart part of this file, see the
39
# following page: https://dart.dev/tools/pub/pubspec
0 commit comments