diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json new file mode 100644 index 0000000..647f2c0 --- /dev/null +++ b/.fvm/fvm_config.json @@ -0,0 +1,4 @@ +{ + "flutterSdkVersion": "1.22.6", + "flavors": {} +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3fe1f73..1ad705e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ .pub-cache/ .pub/ /build/ +.fvm/flutter_sdk android/app/release/app-release.apk # Web related diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..2123232 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "dart.flutterSdkPath": ".fvm/flutter_sdk", + // Remove .fvm files from search + "search.exclude": { + "**/.fvm": true + }, + // Remove from file watching + "files.watcherExclude": { + "**/.fvm": true + } + } \ No newline at end of file