diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json deleted file mode 100644 index f000541..0000000 --- a/.fvm/fvm_config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "flutterSdkVersion": "3.13.8", - "flavors": {} -} \ No newline at end of file diff --git a/.fvmrc b/.fvmrc new file mode 100644 index 0000000..6f42746 --- /dev/null +++ b/.fvmrc @@ -0,0 +1,4 @@ +{ + "flutter": "3.13.8", + "flavors": {} +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 6b9ffc4..9700ad2 100644 --- a/.gitignore +++ b/.gitignore @@ -52,7 +52,7 @@ app.*.map.json *.env.default # Fvm -.fvm/flutter_sdk +.fvm/ # fastlane specific **/fastlane/report.xml diff --git a/pubspec.yaml b/pubspec.yaml index 96923bb..6588605 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Flutter trips and tricks. publish_to: 'none' -version: 1.0.7+7 +version: 1.0.8+8 environment: sdk: ">=3.0.0 <4.0.0"