Marker Clustering and Marker Network Image Icons on Flutter Google Maps
This example project serves as a companion to the Use Network Images as Marker Icons on Flutter Google Maps, How to Cluster Markers on Flutter using Google Maps and Customize Your Cluster Markers on Flutter Google Maps blog posts.
It shows how to get an image from an url and use it as a marker icon and how to cluster markers on Google Maps For Flutter.
Those features aren't yet supported by the official Google Maps package.
Follow these issues to get updates and add thumbs up to try to get more attention to them:
Also, don't forget to check the Flutter Cache Manager and Fluster packages that were used to make this project possible.
1 - Get started with Flutter by following this link.
2 - Obtain the Google Maps Api key here and add it here and here.
3 - Run project and see the custom marker icons and cluster working with Google Maps.