Skip to content

Commit

Permalink
bump min flutter to 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jun 28, 2024
1 parent 31f80a2 commit 350f950
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/location-prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ["3.16.x", "3.19.x"]
flutter-version: ["3.22.x"]

steps:
- name: Clone repository
Expand Down Expand Up @@ -53,13 +53,13 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.16.x
flutter-version: 3.22.

- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21

- name: Build example app
working-directory: packages/location/example
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 3.16.x
flutter-version: 3.22.x

- name: Install tools
run: brew install clang-format
Expand Down
4 changes: 2 additions & 2 deletions packages/location_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repository: https://github.com/Lyokone/flutterlocation
issue_tracker: https://github.com/Lyokone/flutterlocation/issues

environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.16.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
flutter:
Expand Down

0 comments on commit 350f950

Please sign in to comment.