diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json deleted file mode 100644 index 5cb9b8f..0000000 --- a/.fvm/fvm_config.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "flutterSdkVersion": "3.7.11", - "flavors": {} -} \ No newline at end of file diff --git a/.fvmrc b/.fvmrc new file mode 100644 index 0000000..14b86e4 --- /dev/null +++ b/.fvmrc @@ -0,0 +1,4 @@ +{ + "flutter": "3.7.11", + "flavors": {} +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 0574f2a..35f1790 100644 --- a/.gitignore +++ b/.gitignore @@ -45,5 +45,5 @@ app.*.map.json /.env *.sqlite* -/.fvm/flutter_sdk +.fvm/ *.keystore