I'm using google_maps_flutter: ^0.5.24+1 plugin. I can't drag the marker inside map even though draggable property is set true. Whats wrong here? My code :
I've read numerous docs, posts, etc. and cannot seem to get things to work. I have a realtime database listener that provides lat/long coordinates, inside a Fi
I want to load kml files on google map in flutter. i can't find it on google _maps_flutter plugin. is there any other plugins which can do it in flutter?