map 1.3.1 copy "map: ^1.3.1" to clipboard
map: ^1.3.1 copied to clipboard

Lightweight `Map` widget for flutter supporting different projections including EPSG4326/Mercator/WGS1984.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add map

With Flutter:

 $ flutter pub add map

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

dependencies:
  map: ^1.3.1

Alternatively, your editor might support dart pub get or 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/map.dart';
299
likes
0
pub points
93%
popularity

Publisher

verified publisherpwa.ir

Lightweight `Map` widget for flutter supporting different projections including EPSG4326/Mercator/WGS1984.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, latlng

More

Packages that depend on map