Skip to content

enigmatic7earth/g_maps

Repository files navigation

alt text g_maps

A sample Flutter app with Google Maps. This example follows Kenzie Schmoll's article: Adding Google Maps to Flutter on medium.com. Additional reference: Exploring Google Maps in Flutter by Deven Joshi

A basic app would look like:

alt text

Features

1.Switch between different types of map views

alt text

2.Add Marker

alt text

  1. User Location

alt text

More ...

Once again, the GoogleMap widget is just a widget. This means you can place widgets on top of it, you can place it inside other widgets (like a ListView, for example), or if you’re feeling a bit wild, you could even place it in a Transform widget.

alt text

Result

The demo of the app is as follows:

alt text


alt text

Getting started with Flutter?

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.