maps 0.3.0 copy "maps: ^0.3.0" to clipboard
maps: ^0.3.0 copied to clipboard

unlistedoutdated

A cross-platform geographic maps package. Supports Apple MapKit, Bing Maps, and Google Maps. Works in all platforms supported by Flutter, including browsers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add maps

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

dependencies:
  maps: ^0.3.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:maps/maps.dart';
31
likes
0
pub points
36%
popularity

Publisher

verified publisherdint.dev

A cross-platform geographic maps package. Supports Apple MapKit, Bing Maps, and Google Maps. Works in all platforms supported by Flutter, including browsers.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

apple_maps_flutter, collection, cryptography_flutter, database, flutter, js, meta, url_launcher, web_browser

More

Packages that depend on maps