Flutter Map Launcher

Maneesha Erandi
3 min readAug 1, 2021

If you need to add a Marker or check the Direction to a given coordinates, using available maps in mobile device through your flutter app, map_launcher plugin will be a great help for both android and iOS.

No need to talk a lot. It’s really easy and simple. 😃 Let’s get started.

First install the map_launcher

flutter pub add map_launcher

--

--