location_map_picker 0.0.10 copy "location_map_picker: ^0.0.10" to clipboard
location_map_picker: ^0.0.10 copied to clipboard

Pick Location From The map and search about any place in google map and get the output and it's the place name and LatLng using Google map and Geolocator

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add location_map_picker

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

dependencies:
  location_map_picker: ^0.0.10

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_map_picker/location_map_picker.dart';
8
likes
75
pub points
58%
popularity

Publisher

verified publisherabom.me

Pick Location From The map and search about any place in google map and get the output and it's the place name and LatLng using Google map and Geolocator

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

auto_size_text, flutter, geolocator, geolocator_apple, google_maps_flutter, http

More

Packages that depend on location_map_picker