Skip to content

Commit

Permalink
[google_maps_flutter] Migrate platform interface to null safety (flut…
Browse files Browse the repository at this point in the history
…ter#3539)

Part of flutter#75236

Includes a significant refactor of the various overlay objects to remove a lot of identical code across the objects.
  • Loading branch information
stuartmorgan authored Feb 14, 2021
1 parent 10b40dd commit b3369c3
Show file tree
Hide file tree
Showing 39 changed files with 961 additions and 1,112 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.0.0-nullsafety

* Migrated to null-safety.
* 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

0 comments on commit b3369c3

Please sign in to comment.