map_picker_package 0.0.1 copy "map_picker_package: ^0.0.1" to clipboard
map_picker_package: ^0.0.1 copied to clipboard

A Flutter package to pick locations from map with callbacks and address reverse lookup.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add map_picker_package

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

dependencies:
  map_picker_package: ^0.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_picker_package/map_picker_package.dart';
0
likes
115
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to pick locations from map with callbacks and address reverse lookup.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_map, http, latlong2, location

More

Packages that depend on map_picker_package