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

Libraries

google_map_marker