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

Package that provides Place search and Location picker for flutter maps with a lot of customizations 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
copied to clipboard

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: ^3.1.0
copied to clipboard

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';
copied to clipboard
81
likes
140
points
2.04k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.05.28 - 2025.04.22

Package that provides Place search and Location picker for flutter maps with a lot of customizations using Open Street Map

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on location_picker_flutter_map