From 641968d2ed61317a5b719a8d084ac16e694ed7ed Mon Sep 17 00:00:00 2001 From: fzyzcjy Date: Tue, 21 Nov 2023 13:15:31 +0800 Subject: [PATCH] feat: fvm --- .fvm/fvm_config.json | 4 ++++ .gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 .fvm/fvm_config.json diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json new file mode 100644 index 0000000000..f1f9ceed75 --- /dev/null +++ b/.fvm/fvm_config.json @@ -0,0 +1,4 @@ +{ + "flutterSdkVersion": "3.16.0", + "flavors": {} +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 35cb39e6ce..3c523b41d3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ launch.json Makefile *.log .vscode +.fvm/flutter_sdk