location_map_picker 0.0.10 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';