Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Migrate plugins to use e2e tests. #2282

Merged
merged 14 commits into from
Nov 20, 2019
4 changes: 4 additions & 0 deletions packages/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.21+12

* Update driver tests in the example app to e2e tests.

## 0.5.21+11

* Define clang module for iOS, fix analyzer warnings.
Expand Down
1 change: 1 addition & 0 deletions packages/google_maps_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dev_dependencies:
flutter_driver:
sdk: flutter
test: ^1.6.0
e2e: ^0.2.1

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
Expand Down
Loading