flutter_google_maps 3.2.0 copy "flutter_google_maps: ^3.2.0" to clipboard
flutter_google_maps: ^3.2.0 copied to clipboard

outdated

A Flutter plugin for integrating Google Maps in iOS, Android and Web applications. It is a wrapper of google_maps_flutter for Mobile and google_maps for Web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_google_maps

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_google_maps: ^3.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_google_maps/flutter_google_maps.dart';
93
likes
0
pub points
84%
popularity

Publisher

verified publishermarchdev.tk

A Flutter plugin for integrating Google Maps in iOS, Android and Web applications. It is a wrapper of google_maps_flutter for Mobile and google_maps for Web.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flinq, flutter, google_directions_api, google_maps, google_maps_flutter, google_polyline_algorithm, http, uuid

More

Packages that depend on flutter_google_maps