location_picker_flutter_map 2.1.0 copy "location_picker_flutter_map: ^2.1.0" to clipboard
location_picker_flutter_map: ^2.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 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 flutter pub get):

dependencies:
  location_picker_flutter_map: ^2.1.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:location_picker_flutter_map/location_picker_flutter_map.dart';
90
likes
140
points
1.44k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_map, flutter_map_cancellable_tile_provider, flutter_map_location_marker, geolocator, http, intl, latlong2, url_launcher

More

Packages that depend on location_picker_flutter_map