cached_network_marker library

Classes

CachedNetworkMarker
The generator of custom marker. To show the custom marker on Google map for flutter, you have to pass the bitmap to BitmapDescriptor. This class will generate the custom marker with specified image url, and returns the bitmap. You can only use circleAvatar for now, but maybe more shapes will be added in the future. All marker bitmaps will be cached on user local for a month.
CircleAvatarParams
Immutable parameters holder for circle avatar marker.