Skip to content

Commit

Permalink
sdk: bump flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
mockturtl committed Apr 21, 2022
1 parent e76a5c5 commit 03143ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
uses: actions/checkout@v2
- name: "Install Flutter"
uses: subosito/flutter-action@v1
with:
channel: 'beta'
flutter-version: 2.13.0-0.2.pre
- name: "Install dependencies"
run: flutter pub get && (cd demo && flutter pub get)
- name: "Analyze Dart code"
Expand All @@ -24,6 +27,9 @@ jobs:
uses: actions/checkout@v2
- name: "Install Flutter"
uses: subosito/flutter-action@v1
with:
channel: 'beta'
flutter-version: 2.13.0-0.2.pre
- name: "Install dependencies"
run: flutter pub get && (cd demo && flutter pub get)
- name: "Pub Check"
Expand All @@ -37,6 +43,9 @@ jobs:
uses: actions/checkout@v2
- name: "Install Flutter"
uses: subosito/flutter-action@v1
with:
channel: 'beta'
flutter-version: 2.13.0-0.2.pre
- name: "Install dependencies"
run: flutter pub get && (cd demo && flutter pub get)
- name: "Validate Dart formatting"
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ maintainer: Harsh Bhikadia (@daadu)

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=2.12.0-4.0.pre'

dependencies:
flutter:
Expand Down

0 comments on commit 03143ce

Please sign in to comment.