flutter_map 2.2.0 copy "flutter_map: ^2.2.0" to clipboard
flutter_map: ^2.2.0 copied to clipboard

A versatile mapping package for Flutter, based off leaflet.js, that's simple and easy to learn, yet completely customizable and configurable.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_map

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

dependencies:
  flutter_map: ^2.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_map/flutter_map.dart';
1663
likes
80
pub points
99%
popularity

Publisher

verified publisherfleaflet.dev

A versatile mapping package for Flutter, based off leaflet.js, that's simple and easy to learn, yet completely customizable and configurable.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, collection, flutter, http, latlong2, meta, polylabel, positioned_tap_detector_2, proj4dart, tuple, vector_math

More

Packages that depend on flutter_map