diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json new file mode 100644 index 00000000..b3db758e --- /dev/null +++ b/.fvm/fvm_config.json @@ -0,0 +1,4 @@ +{ + "flutterSdkVersion": "stable", + "flavors": {} +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index d4a9074a..2846f917 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,5 @@ google-services.json secrets.dart GoogleService-Info.plist .firebaserc +# FVM +.fvm/flutter_sdk