location_picker_flutter_map 1.1.0 copy "location_picker_flutter_map: ^1.1.0" to clipboard
location_picker_flutter_map: ^1.1.0 copied to clipboard

Package that provides Place search and Location picker for flutter maps with alot of cusomizations using Open Street Map

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add location_picker_flutter_map

With Flutter:

 $ flutter pub add location_picker_flutter_map

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

dependencies:
  location_picker_flutter_map: ^1.1.0

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:location_picker_flutter_map/location_picker_flutter_map.dart';
61
likes
0
pub points
93%
popularity

Publisher

unverified uploader

Package that provides Place search and Location picker for flutter maps with alot of cusomizations using Open Street Map

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_map, geolocator, http, intl, latlong2

More

Packages that depend on location_picker_flutter_map