map_provider 1.0.1 copy "map_provider: ^1.0.1" to clipboard
map_provider: ^1.0.1 copied to clipboard

A plugin for showing static map and calling Google Map application when clicked

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add map_provider

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

dependencies:
  map_provider: ^1.0.1

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:map_provider/map_provider.dart';
3
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A plugin for showing static map and calling Google Map application when clicked

Homepage

License

unknown (LICENSE)

Dependencies

flutter, url_launcher

More

Packages that depend on map_provider