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

unlisted

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.5.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
40
pub points
49%
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

Apache-2.0 (LICENSE)

Dependencies

apple_maps_flutter, collection, cryptography, flutter, js, kind, meta, url_launcher, web_browser, web_node

More

Packages that depend on maps