September 2019
Beginner
512 pages
12h 52m
English
The GoogleMaps plugin can be used to display a map in Flutter, like this:

The first step needed is to add the plugin dependency in the pubspec.yaml file and install it with the flutter packages get command:
dependencies: ... google_maps_flutter: ^0.5.3
Read now
Unlock full access