maps_place_picker 1.0.0 copy "maps_place_picker: ^1.0.0" to clipboard
maps_place_picker: ^1.0.0 copied to clipboard

PlatformAndroid

Flutter package for picking places on a Google Map — pin drag, autocomplete search, area restriction and dark mode. Actively maintained fork.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add maps_place_picker

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

dependencies:
  maps_place_picker: ^1.0.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:maps_place_picker/maps_place_picker.dart';
1
likes
140
points
101
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package for picking places on a Google Map — pin drag, autocomplete search, area restriction and dark mode. Actively maintained fork.

Repository (GitHub)
View/report issues

Topics

#maps #google-maps #location #place-picker #geocoding

License

MIT (license)

Dependencies

flutter, geolocator, google_api_headers, google_maps_flutter, http, provider, tuple, uuid

More

Packages that depend on maps_place_picker