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

Commit b3369c3

Browse files
[google_maps_flutter] Migrate platform interface to null safety (#3539)
Part of flutter/flutter#75236 Includes a significant refactor of the various overlay objects to remove a lot of identical code across the objects.
1 parent 10b40dd commit b3369c3

39 files changed

+961
-1112
lines changed

packages/google_maps_flutter/google_maps_flutter_platform_interface/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.0.0-nullsafety
2+
3+
* Migrated to null-safety.
4+
* BREAKING CHANGE: Removed deprecated APIs.
5+
* BREAKING CHANGE: Many sets in APIs that used to treat null and empty set as
6+
equivalent now require passing an empty set.
7+
* BREAKING CHANGE: toJson now always returns an `Object`; the details of the
8+
object type and structure should be treated as an implementation detail.
9+
110
## 1.2.0
211

312
* Add TileOverlay support.

0 commit comments

Comments
 (0)