From 93b48dc77e1506c1bca49e045359b6aabef72a62 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Fri, 5 Mar 2021 10:56:30 +0800 Subject: [PATCH 1/2] fvm support. --- .fvm/fvm_config.json | 3 +++ .vscode/settings.json | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 .fvm/fvm_config.json diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json new file mode 100644 index 0000000..8971807 --- /dev/null +++ b/.fvm/fvm_config.json @@ -0,0 +1,3 @@ +{ + "flutterSdkVersion": "1.22.6" +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index d4fdd38..660b6ae 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,3 @@ { - "cSpell.words": [ - "ansu", - "easyrefresh", - "screenutil" - ] + "dart.flutterSdkPath": "/Users/akufe/apps/flutter" } \ No newline at end of file From 5c299a5dd5132f54fc5e8a8db7522ec706f7812a Mon Sep 17 00:00:00 2001 From: laiiihz Date: Fri, 5 Mar 2021 11:15:53 +0800 Subject: [PATCH 2/2] fvm gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2fed51d..3826252 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,4 @@ build/ !**/ios/**/default.pbxuser !**/ios/**/default.perspectivev3 code_segments.dart +flutter_sdk