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

[google_maps_flutter] Migrate platform interface to null safety #3539

Merged
merged 16 commits into from
Feb 14, 2021
Merged
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.0.0-nullsafety

* Migrated to null-safety.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nits: Let's also mention the "BREAKING CHANGE", which is removed deprecated APIs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

* BREAKING CHANGE: Removed deprecated APIs.
* BREAKING CHANGE: Many sets in APIs that used to treat null and empty set as
equivalent now require passing an empty set.
* BREAKING CHANGE: toJson now always returns an `Object`; the details of the
object type and structure should be treated as an implementation detail.

## 1.2.0

* Add TileOverlay support.
Expand Down
Loading