Skip to content

Commit

Permalink
Revert "Ugrade Flutter to 2.8.1"
Browse files Browse the repository at this point in the history
This reverts commit 45a4c4d.

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
  • Loading branch information
DeD1rk committed Dec 22, 2021
1 parent 57c9b90 commit c8d8adb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/codestyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand All @@ -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
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c8d8adb

Please sign in to comment.