You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
8
## 0.1.1-beta
2
9
3
10
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.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ Specify the device you want to run the tests on with the DEVICE env variable.
132
132
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.
133
133
134
134
```bash
135
-
flutter pub global activate patrol_cli 2.5.0
135
+
flutter pub global activate patrol_cli 2.7.0
136
136
```
137
137
138
138
To ensure that all necessary dependencies for patrol are properly set up, run the following command:
0 commit comments