From 2d39a93c0ba8f1348c418b579de7d261da3a805a Mon Sep 17 00:00:00 2001 From: mlch911 Date: Tue, 27 May 2025 11:50:01 +0800 Subject: [PATCH] Update fvm --- .fvm/fvm_config.json | 3 +-- .fvmrc | 4 ++++ .gitignore | 4 +++- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .fvmrc diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index 647f2c0..8971807 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,4 +1,3 @@ { - "flutterSdkVersion": "1.22.6", - "flavors": {} + "flutterSdkVersion": "1.22.6" } \ No newline at end of file diff --git a/.fvmrc b/.fvmrc new file mode 100644 index 0000000..13b4def --- /dev/null +++ b/.fvmrc @@ -0,0 +1,4 @@ +{ + "flutter": "1.22.6", + "flavors": {} +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index cdcf1a6..062335a 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,6 @@ .pub-cache/ .pub/ /build/ -.fvm/flutter_sdk android/app/release/app-release.apk android/app/release/output.json pubspec.lock @@ -44,3 +43,6 @@ app.*.symbols # Obfuscation related app.*.map.json ios/fastlane/report.xml + +# FVM Version Cache +.fvm/ \ No newline at end of file