-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[google_maps_flutter_platform_(web/android/ios)] Add a new zIndexInt param to marker and deprecate zIndex #9408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
9ec71a6
2b3db64
fd18f22
5fdb91b
26b6037
f7726bf
d619269
378b108
9ab5e86
1824936
4ad3e6e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: google_maps_flutter_ios | |
description: iOS implementation of the google_maps_flutter plugin. | ||
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_ios | ||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22 | ||
version: 2.15.2 | ||
version: 2.15.3 | ||
|
||
|
||
environment: | ||
sdk: ^3.6.0 | ||
|
@@ -19,7 +19,7 @@ flutter: | |
dependencies: | ||
flutter: | ||
sdk: flutter | ||
google_maps_flutter_platform_interface: ^2.11.0 | ||
google_maps_flutter_platform_interface: ^2.12.1 | ||
stream_transform: ^2.0.0 | ||
|
||
dev_dependencies: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes to this file can be reverted as well; we don't need to CHANGELOG an integration test comment.