google_map_flutter
A new Flutter package to make custom google map marker for google maps from an asset image
Usage
var marker = await GoogleMapMarker.getMarker(context, "your image");
Here is your custom marker
A new Flutter package to make custom google map marker for google maps from an asset image
var marker = await GoogleMapMarker.getMarker(context, "your image");