-
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_web] Migrate to
google_maps: 8.0.0
(#7077)
Migrates `google_maps_flutter_web` to `google_maps: ^8.0.0` Blocked on the following: - a14n/dart-google-maps#132 - flutter/flutter#151426 - flutter/flutter#145149 - a14n/dart-google-maps#133 - flutter/flutter#151561 Fixes flutter/flutter#148624
- Loading branch information
Showing
26 changed files
with
389 additions
and
308 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
packages/google_maps_flutter/google_maps_flutter_web/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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ If you need marker clustering support, modify the <head> tag to load the [js-mar | |
|
||
<!-- // Other stuff --> | ||
|
||
<script src="https://unpkg.com/@googlemaps/[email protected]/dist/index.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@googlemaps/[email protected]/dist/index.umd.min.js"></script> | ||
</head> | ||
``` | ||
|
||
|
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.