How to add kml file into google_maps_flutter?

Viewed 106
1 Answers

Maybe not the ideal solution but there are native options for handling kml with iOS devices. Take a look at this thread Good KML library on iOS

Related