From 7305184633f4a77a4b82d2bb3e2369c9272a1c42 Mon Sep 17 00:00:00 2001 From: Yui Matsuura Date: Sun, 25 Feb 2024 23:02:18 +0900 Subject: [PATCH] Fix --- .fvm/fvm_config.json | 3 +-- .fvmrc | 3 +++ .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- .gitignore | 5 +++-- 5 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 .fvmrc diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index 7ca7420..9fab329 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,4 +1,3 @@ { - "flutterSdkVersion": "3.19.1", - "flavors": {} + "flutterSdkVersion": "3.16.7" } \ No newline at end of file diff --git a/.fvmrc b/.fvmrc new file mode 100644 index 0000000..f3eac34 --- /dev/null +++ b/.fvmrc @@ -0,0 +1,3 @@ +{ + "flutter": "3.16.7" +} \ No newline at end of file diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 830f474..0a38bad 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.19.1" + flutter-version: "3.16.7" channel: "stable" - name: Install dependencies diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 8ec0f4a..d114405 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.19.1" + flutter-version: "3.16.7" channel: "stable" - name: Install dependencies diff --git a/.gitignore b/.gitignore index 4ad118e..a9177fa 100644 --- a/.gitignore +++ b/.gitignore @@ -32,7 +32,6 @@ /build/ # Web related -lib/generated_plugin_registrant.dart # Symbolication related app.*.symbols @@ -46,4 +45,6 @@ app.*.map.json /android/app/release .vscode -.fvm/flutter_sdk + +# FVM Version Cache +.fvm/ \ No newline at end of file