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

Commit

Permalink
[google_maps_flutter] Clear duplicated dependencies (#4484)
Browse files Browse the repository at this point in the history
Removes dependencies that only only needed in the example.
  • Loading branch information
kodal committed Jan 20, 2022
1 parent fe6d94e commit 3e4483d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT

* Removes dependencies from `pubspec.yaml` that are only needed in `example/pubspec.yaml`
* Updates Android compileSdkVersion to 31.

## 2.1.1
Expand Down
5 changes: 0 additions & 5 deletions packages/google_maps_flutter/google_maps_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ dev_dependencies:
flutter_test:
sdk: flutter

# TODO(iskakaushik): The following dependencies can be removed once
# https://github.com/dart-lang/pub/issues/2101 is resolved.
flutter_driver:
sdk: flutter
test: ^1.16.0
pedantic: ^1.10.0
plugin_platform_interface: ^2.0.0
stream_transform: ^2.0.0

0 comments on commit 3e4483d

Please sign in to comment.