Flutter Google Maps | Getting Started with Google Maps and Geolocation in Flutter

preview_player
Показать описание
This video shows how to add a Google Map widget and show the current location with geolocation in your Flutter application. This is a beginner level tutorial.

Plugins used in this application.

1 - geolocator: ^5.1.5
2 - permission_handler: ^3.0.1
3 - google_maps_flutter: ^0.5.19
4 - fluttertoast: ^3.1.3

Your Google Map API key can get from here :

You can create/get google map style from here :

Complete Source code can be found here:

Happy Coding!
Рекомендации по теме
Комментарии
Автор

My map doesn't show in my Android device. And I did exacly what do in the vídeo. Only show de Toast to ask for the permissions.

TineoGilbert
Автор

Hi Sir, it is an awesome video, but my question is when I edit manifest file it showed red marks on some points as unresolved(your video too), should I be concerned about it?

wasikfahim
Автор

Do we need to generate our own google key or can use the same you created??

nidhishgandhi
Автор

Hey!! i was looking to get the route between two locations in a google map using geolocation!! Can anyone help me out??

adityajain
Автор

I need show the address, after obtaining the coordinates.
How do i do it? Help :/

jonathancedenotenorio
Автор

Great tutorial but sir it works fine on android device but when I tried to run it on iOS it is not showing the map I have done all steps to integrate the map in iOS but still its not showing. Can you help me
it is showing but when I tried your code then it is not showing

AZainkhan