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

[google_maps_flutter] Bump platform interface version for NNBD stable #3598

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## 2.0.0-nullsafety.1

* Fix overly-restrictive type check.

## 2.0.0-nullsafety
## 2.0.0

* Migrated to null-safety.
* BREAKING CHANGE: Removed deprecated APIs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ description: A common platform interface for the google_maps_flutter plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 2.0.0-nullsafety.1
version: 2.0.0

dependencies:
flutter:
sdk: flutter
meta: ^1.0.5
plugin_platform_interface: ^1.1.0-nullsafety.2
stream_transform: ^2.0.0-nullsafety.0
collection: ^1.14.13
meta: ^1.3.0
plugin_platform_interface: ">=1.0.0 <3.0.0"
stream_transform: ^2.0.0
collection: ^1.15.0

dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.0.0-nullsafety.0
pedantic: ^1.8.0
pedantic: ^1.10.0

environment:
sdk: '>=2.12.0-0 <3.0.0'
sdk: '>=2.12.0-259.9.beta <3.0.0'
flutter: ">=1.9.1+hotfix.4"