-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[google_maps_flutter] Add heatmap support (#3257)
Transferred from flutter/plugins#5274 Adds heatmap support for web, iOS, and Android *List which issues are fixed by this PR. You must list at least one issue.* Fixes [#33586](flutter/flutter#33586) Fixes [#86811](flutter/flutter#86811) *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* # IF YOU WANT TO USE THIS NOW pubspec.yaml: ```yaml dependencies: google_maps_flutter: ^2.6.0 dependency_overrides: google_maps_flutter: git: url: https://github.com/Rexios80/packages_flutter ref: 01ab1db path: packages/google_maps_flutter/google_maps_flutter google_maps_flutter_web: git: url: https://github.com/Rexios80/packages_flutter ref: 01ab1db path: packages/google_maps_flutter/google_maps_flutter_web google_maps_flutter_android: git: url: https://github.com/Rexios80/packages_flutter ref: 01ab1db path: packages/google_maps_flutter/google_maps_flutter_android google_maps_flutter_ios: git: url: https://github.com/Rexios80/packages_flutter ref: 01ab1db path: packages/google_maps_flutter/google_maps_flutter_ios google_maps_flutter_platform_interface: git: url: https://github.com/Rexios80/packages_flutter ref: 01ab1db path: packages/google_maps_flutter/google_maps_flutter_platform_interface ```
- Loading branch information
Showing
12 changed files
with
761 additions
and
9 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.