From c8d8adb5f69e50fd0d59583870a3f514b8ab4d80 Mon Sep 17 00:00:00 2001 From: Dirk Doesburg Date: Wed, 22 Dec 2021 21:46:41 +0100 Subject: [PATCH] Revert "Ugrade Flutter to 2.8.1" This reverts commit 45a4c4dcf7008a6fdc82601fe411346e666a620a. Flutter 2.8.1 caused an issue on iOS when closing the app. This will probably be hotfixed, so for now we'll stick to 2.6.x --- .github/workflows/build.yaml | 6 ++++-- .github/workflows/codestyle.yaml | 6 ++++-- .github/workflows/deploy.yaml | 7 +++++-- pubspec.lock | 12 ++++++------ pubspec.yaml | 2 +- 5 files changed, 20 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ae2c16053..b61570e14 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,8 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v1 with: - flutter-version: 2.8.1 + flutter-version: '2.6.x' + channel: 'beta' - name: Pods cache uses: actions/cache@v2 @@ -95,7 +96,8 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v1 with: - flutter-version: 2.8.1 + flutter-version: '2.6.x' + channel: 'beta' - name: Setup Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/codestyle.yaml b/.github/workflows/codestyle.yaml index ff77745d4..6710435cf 100644 --- a/.github/workflows/codestyle.yaml +++ b/.github/workflows/codestyle.yaml @@ -15,7 +15,8 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v1 with: - flutter-version: 2.8.1 + flutter-version: '2.6.x' + channel: 'beta' - name: Formatting run: flutter format --set-exit-if-changed . @@ -30,7 +31,8 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v1 with: - flutter-version: 2.8.1 + flutter-version: '2.6.x' + channel: 'beta' - name: Analyze run: flutter analyze diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d88de6639..f2284e71a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,7 +17,8 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v1 with: - flutter-version: 2.8.1 + flutter-version: '2.6.x' + channel: 'beta' - name: Pods cache uses: actions/cache@v2 @@ -91,7 +92,9 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v1 with: - flutter-version: 2.8.1 + flutter-version: '2.6.x' + channel: 'beta' + - name: Setup Ruby uses: ruby/setup-ruby@v1 with: diff --git a/pubspec.lock b/pubspec.lock index 15cd3593b..88e4fabe6 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -42,7 +42,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.8.2" + version: "2.8.1" bloc: dependency: transitive description: @@ -147,7 +147,7 @@ packages: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.1.0" charcode: dependency: transitive description: @@ -526,7 +526,7 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.11" + version: "0.12.10" meta: dependency: "direct main" description: @@ -944,7 +944,7 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.3" + version: "0.4.2" timing: dependency: transitive description: @@ -1021,7 +1021,7 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.1.0" watcher: dependency: transitive description: @@ -1065,5 +1065,5 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.15.0 <3.0.0" + dart: ">=2.14.0 <3.0.0" flutter: ">=2.5.0" diff --git a/pubspec.yaml b/pubspec.yaml index a1e277549..eac55838c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' version: 3.0.1+1 environment: - sdk: '>=2.15.0 <3.0.0' + sdk: '>=2.14.0 <3.0.0' dependencies: flutter: