Skip to content

Commit e4171fc

Browse files
authored
chore: update patrol and SDK version to Flutter 3.22.1/Dart 3.4 (#48)
1 parent 76e3e0f commit e4171fc

File tree

7 files changed

+21
-14
lines changed

7 files changed

+21
-14
lines changed

.github/workflows/analyze.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
NAV_SDK_DEPENDENCY_OVERRIDE: ${{ secrets.NAV_SDK_OVERRIDE }}
3737
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
3838
with:
39-
flutter-version: "3.19.x"
39+
flutter-version: "3.22.x"
4040
channel: "stable"
4141
cache: true
4242
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
@@ -81,7 +81,7 @@ jobs:
8181
NAV_SDK_DEPENDENCY_OVERRIDE: ${{ secrets.NAV_SDK_OVERRIDE }}
8282
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
8383
with:
84-
flutter-version: "3.19.x"
84+
flutter-version: "3.22.x"
8585
channel: "stable"
8686
cache: true
8787
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cache: "gradle"
4343
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
4444
with:
45-
flutter-version: "3.19.x"
45+
flutter-version: "3.22.x"
4646
channel: "stable"
4747
cache: true
4848
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
@@ -69,7 +69,7 @@ jobs:
6969
cache: "gradle"
7070
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
7171
with:
72-
flutter-version: "3.19.x"
72+
flutter-version: "3.22.x"
7373
channel: "stable"
7474
cache: true
7575
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
@@ -100,7 +100,7 @@ jobs:
100100
${{ runner.os }}-pods-
101101
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
102102
with:
103-
flutter-version: "3.19.x"
103+
flutter-version: "3.22.x"
104104
channel: "stable"
105105
cache: true
106106
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
@@ -134,7 +134,7 @@ jobs:
134134
cache: "gradle"
135135
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
136136
with:
137-
flutter-version: "3.19.x"
137+
flutter-version: "3.22.x"
138138
channel: "stable"
139139
cache: true
140140
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
@@ -159,7 +159,7 @@ jobs:
159159
NAV_SDK_DEPENDENCY_OVERRIDE: ${{ secrets.NAV_SDK_OVERRIDE }}
160160
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
161161
with:
162-
flutter-version: "3.19.x"
162+
flutter-version: "3.22.x"
163163
channel: "stable"
164164
cache: true
165165
architecture: x64

.github/workflows/licence-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install Flutter
4444
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
4545
with:
46-
flutter-version: "3.19.x"
46+
flutter-version: "3.22.x"
4747
channel: "stable"
4848
cache: true
4949
- name: Install Melos

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.2-beta
2+
3+
This is the beta release of the Google Maps Driver package for Flutter. It is an early look at the package and is intended for testing and feedback collection. The functionalities and APIs in this version are subject to change.
4+
5+
- Updates minimum supported SDK version to Flutter 3.22.1/Dart 3.4.
6+
- Update patrol version to 3.7.2
7+
18
## 0.1.1-beta
29

310
This is the beta release of the Google Maps Driver package for Flutter. It is an early look at the package and is intended for testing and feedback collection. The functionalities and APIs in this version are subject to change.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Specify the device you want to run the tests on with the DEVICE env variable.
132132
Integration tests are responsible for ensuring that the plugin works against the native Driver SDK for both Android and iOS platforms. Patrol is used for the integration tests to simplify interactions with native elements. To use patrol, you first need to activate the patrol_cli.
133133

134134
```bash
135-
flutter pub global activate patrol_cli 2.5.0
135+
flutter pub global activate patrol_cli 2.7.0
136136
```
137137

138138
To ensure that all necessary dependencies for patrol are properly set up, run the following command:

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: Demonstrates how to use the google_maps_driver plugin.
1717
publish_to: "none"
1818

1919
environment:
20-
sdk: ">=3.1.0 <4.0.0"
20+
sdk: ^3.4.0
2121

2222
dependencies:
2323
cupertino_icons: ^1.0.2
@@ -34,7 +34,7 @@ dev_dependencies:
3434
sdk: flutter
3535
integration_test:
3636
sdk: flutter
37-
patrol: ">=3.2.0 <3.3.0"
37+
patrol: ^3.7.2
3838
pub_semver: ^2.1.4
3939

4040
flutter:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
name: google_maps_driver
1616
description: A Google Maps Driver plugin
17-
version: 0.1.1-beta
17+
version: 0.1.2-beta
1818
publish_to: none
1919

2020
environment:
21-
sdk: ">=3.1.0 <4.0.0"
22-
flutter: ">=3.3.0"
21+
sdk: ^3.4.0
22+
flutter: ">=3.22.1"
2323

2424
dependencies:
2525
flutter:

0 commit comments

Comments
 (0)