Skip to content

[google_maps_flutter] Add support for marker clustering - platform interface - #6158

Merged
auto-submit[bot] merged 1 commit into
flutter:mainfrom
CodemateLtd:feature/google_maps_flutter_platform_interface_marker_clustering
Feb 29, 2024
Merged

[google_maps_flutter] Add support for marker clustering - platform interface#6158
auto-submit[bot] merged 1 commit into
flutter:mainfrom
CodemateLtd:feature/google_maps_flutter_platform_interface_marker_clustering

Conversation

@jokerttu

Copy link
Copy Markdown
Contributor

This PR introduces support for marker clustering

This is prequel PR for: #4319
Containing only changes to google_maps_flutter_platform_interface package.

Follow up PR:s will hold the platform and app-facing plugin implementations.

Linked issue: flutter/flutter#26863

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@stuartmorgan-gstuartmorgan-g left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jokerttu
jokerttuforce-pushed the feature/google_maps_flutter_platform_interface_marker_clustering branch from 14096cb to 4df8b06CompareFebruary 29, 2024 08:15
@jokerttu

Copy link
Copy Markdown
ContributorAuthor

Rebased and version number updated from 2.5.0 to 2.6.0

@jokerttujokerttu changed the title [google_maps_flutter_platform_interface] Add support for marker clustering[google_maps_flutter] Add support for marker clustering - platform interfaceFeb 29, 2024
@stuartmorgan-g

Copy link
Copy Markdown
Collaborator

This has approval, so you can add the autosubmit label any time.

@jokerttu

Copy link
Copy Markdown
ContributorAuthor

This has approval, so you can add the autosubmit label any time.

@stuartmorgan This need to be done by someone who has permissions to add labels.

@stuartmorgan-g

Copy link
Copy Markdown
Collaborator

I can add it, but you're showing as an org member so you should be able to add labels. If that's not working there's a configuration problem somewhere, so please follow up in #server-support on Discord.

@stuartmorgan-gstuartmorgan-g added the autosubmit Merge PR when tree becomes green via auto submit App label Feb 29, 2024
@auto-submit

Copy link
Copy Markdown
Contributor

auto label is removed for flutter/packages/6158, due to This PR has not met approval requirements for merging. The PR author is not a member of flutter-hackers and needs 1 more review(s) in order to merge this PR.

  • Merge guidelines: A PR needs at least one approved review if the author is already part of flutter-hackers or two member reviews if the author is not a flutter-hacker before re-applying the autosubmit label. Reviewers: If you left a comment approving, please use the "approve" review action instead.

@auto-submitauto-submitBot removed the autosubmit Merge PR when tree becomes green via auto submit App label Feb 29, 2024
@stuartmorgan-g

Copy link
Copy Markdown
Collaborator

Well now I'm very confused.

@stuartmorgan-g

Copy link
Copy Markdown
Collaborator

Oh I see, you're a member of Flutter, but not flutter-hackers. I'm not sure how that happened.

@stuartmorgan-g

Copy link
Copy Markdown
Collaborator

I've nominated you for full access, so once you confirm in Discord we'll be able to land this with the one review :)

@stuartmorgan-gstuartmorgan-g added the autosubmit Merge PR when tree becomes green via auto submit App label Feb 29, 2024
@auto-submit
auto-submitBot merged commit b3f10aa into flutter:mainFeb 29, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 1, 2024
auto-submitBot pushed a commit to flutter/flutter that referenced this pull request Mar 1, 2024
flutter/packages@6d02f03...a9c68b8
2024-03-01 49699333+dependabot[bot]@users.noreply.github.com Bump github/codeql-action from 3.24.5 to 3.24.6 (flutter/packages#6234)
2024-02-29 stuartmorgan@google.com [various] Standardize Obj-C doc comment style (flutter/packages#6232)
2024-02-29 joonas.kerttula@codemate.com [google_maps_flutter] Add support for marker clustering - platform interface (flutter/packages#6158)
2024-02-29 engine-flutter-autoroll@skia.org Roll Flutter (stable) from abb292a to 7482962 (1 revision) (flutter/packages#6230)
2024-02-29 engine-flutter-autoroll@skia.org Roll Flutter from d00bfe8 to e92bca3 (15 revisions) (flutter/packages#6227)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
LouiseHsu pushed a commit to LouiseHsu/packages that referenced this pull request Mar 7, 2024
…terface (flutter#6158)
This PR introduces support for marker clustering
This is prequel PR for: flutter#4319
Containing only changes to `google_maps_flutter_platform_interface` package.
Follow up PR:s will hold the platform and app-facing plugin implementations.
Linked issue: flutter/flutter#26863
jokerttu added a commit that referenced this pull request Apr 30, 2024
This PR introduces support for marker clustering for Android platform
An example usage is available in the example application at
`./packages/google_maps_flutter/google_maps_flutter_android/example` on
the page `Manage clustering`
This is prequel PR for: #4319
and sequel PR for: #6158
Containing only changes to `google_maps_flutter_android` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
jokerttu added a commit that referenced this pull request Apr 30, 2024
This PR introduces support for marker clustering for Web platform
This is prequel PR for: #4319
and sequel PR for: #6158
Containing only changes to `google_maps_flutter_web` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
---------
Co-authored-by: David Iglesias Teixeira <ditman@gmail.com>
TecHaxter pushed a commit to TecHaxter/flutter_packages that referenced this pull request May 22, 2024
…6185)
This PR introduces support for marker clustering for Android platform
An example usage is available in the example application at
`./packages/google_maps_flutter/google_maps_flutter_android/example` on
the page `Manage clustering`
This is prequel PR for: flutter#4319
and sequel PR for: flutter#6158
Containing only changes to `google_maps_flutter_android` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
TecHaxter pushed a commit to TecHaxter/flutter_packages that referenced this pull request May 22, 2024
This PR introduces support for marker clustering for Web platform
This is prequel PR for: flutter#4319
and sequel PR for: flutter#6158
Containing only changes to `google_maps_flutter_web` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
---------
Co-authored-by: David Iglesias Teixeira <ditman@gmail.com>
auto-submitBot pushed a commit that referenced this pull request Aug 6, 2024
…ion (#6186)
This PR introduces support for marker clustering for iOS platform
An example usabe is available in the example application at ./packages/google_maps_flutter/google_maps_flutter_ios/example/ios12 on the page `Manage clustering`
This is prequel PR for: #4319
and sequel PR for: #6158
Containing only changes to `google_maps_flutter_ios` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
@jokerttu
jokerttu deleted the feature/google_maps_flutter_platform_interface_marker_clustering branch September 9, 2024 10:44
iandis pushed a commit to iandis/flutter-packages that referenced this pull request May 23, 2025
…terface (flutter#6158)
This PR introduces support for marker clustering
This is prequel PR for: flutter#4319
Containing only changes to `google_maps_flutter_platform_interface` package.
Follow up PR:s will hold the platform and app-facing plugin implementations.
Linked issue: flutter/flutter#26863
dko5ki23t pushed a commit to dko5ki23t/google_maps_flutter_improved that referenced this pull request May 24, 2025
This PR introduces support for marker clustering for Android platform
An example usage is available in the example application at
`./packages/google_maps_flutter/google_maps_flutter_android/example` on
the page `Manage clustering`
This is prequel PR for: flutter/packages#4319
and sequel PR for: flutter/packages#6158
Containing only changes to `google_maps_flutter_android` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
dko5ki23t pushed a commit to dko5ki23t/google_maps_flutter_improved that referenced this pull request May 24, 2025
This PR introduces support for marker clustering for Web platform
This is prequel PR for: flutter/packages#4319
and sequel PR for: flutter/packages#6158
Containing only changes to `google_maps_flutter_web` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
---------
Co-authored-by: David Iglesias Teixeira <ditman@gmail.com>
dko5ki23t pushed a commit to dko5ki23t/google_maps_flutter_improved that referenced this pull request May 24, 2025
…ion (#6186)
This PR introduces support for marker clustering for iOS platform
An example usabe is available in the example application at ./packages/google_maps_flutter/google_maps_flutter_ios/example/ios12 on the page `Manage clustering`
This is prequel PR for: flutter/packages#4319
and sequel PR for: flutter/packages#6158
Containing only changes to `google_maps_flutter_ios` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
creatorpiyush pushed a commit to creatorpiyush/packages that referenced this pull request Jun 10, 2026
…terface (flutter#6158)
This PR introduces support for marker clustering
This is prequel PR for: flutter#4319
Containing only changes to `google_maps_flutter_platform_interface` package.
Follow up PR:s will hold the platform and app-facing plugin implementations.
Linked issue: flutter/flutter#26863
creatorpiyush pushed a commit to creatorpiyush/packages that referenced this pull request Jun 10, 2026
…6185)
This PR introduces support for marker clustering for Android platform
An example usage is available in the example application at
`./packages/google_maps_flutter/google_maps_flutter_android/example` on
the page `Manage clustering`
This is prequel PR for: flutter#4319
and sequel PR for: flutter#6158
Containing only changes to `google_maps_flutter_android` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
creatorpiyush pushed a commit to creatorpiyush/packages that referenced this pull request Jun 10, 2026
This PR introduces support for marker clustering for Web platform
This is prequel PR for: flutter#4319
and sequel PR for: flutter#6158
Containing only changes to `google_maps_flutter_web` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
---------
Co-authored-by: David Iglesias Teixeira <ditman@gmail.com>
creatorpiyush pushed a commit to creatorpiyush/packages that referenced this pull request Jun 10, 2026
…ion (flutter#6186)
This PR introduces support for marker clustering for iOS platform
An example usabe is available in the example application at ./packages/google_maps_flutter/google_maps_flutter_ios/example/ios12 on the page `Manage clustering`
This is prequel PR for: flutter#4319
and sequel PR for: flutter#6158
Containing only changes to `google_maps_flutter_ios` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
bisor0627 pushed a commit to bisor0627/packages that referenced this pull request Jun 19, 2026
…terface (flutter#6158)
This PR introduces support for marker clustering
This is prequel PR for: flutter#4319
Containing only changes to `google_maps_flutter_platform_interface` package.
Follow up PR:s will hold the platform and app-facing plugin implementations.
Linked issue: flutter/flutter#26863
bisor0627 pushed a commit to bisor0627/packages that referenced this pull request Jun 19, 2026
…6185)
This PR introduces support for marker clustering for Android platform
An example usage is available in the example application at
`./packages/google_maps_flutter/google_maps_flutter_android/example` on
the page `Manage clustering`
This is prequel PR for: flutter#4319
and sequel PR for: flutter#6158
Containing only changes to `google_maps_flutter_android` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
bisor0627 pushed a commit to bisor0627/packages that referenced this pull request Jun 19, 2026
This PR introduces support for marker clustering for Web platform
This is prequel PR for: flutter#4319
and sequel PR for: flutter#6158
Containing only changes to `google_maps_flutter_web` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
---------
Co-authored-by: David Iglesias Teixeira <ditman@gmail.com>
bisor0627 pushed a commit to bisor0627/packages that referenced this pull request Jun 19, 2026
…ion (flutter#6186)
This PR introduces support for marker clustering for iOS platform
An example usabe is available in the example application at ./packages/google_maps_flutter/google_maps_flutter_ios/example/ios12 on the page `Manage clustering`
This is prequel PR for: flutter#4319
and sequel PR for: flutter#6158
Containing only changes to `google_maps_flutter_ios` package.
Follow up PR will hold the app-facing plugin implementation.
Linked issue: flutter/flutter#26863
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmitMerge PR when tree becomes green via auto submit Appp: google_maps_flutter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jokerttu@stuartmorgan-g