location_map_picker 0.0.8+2 copy "location_map_picker: ^0.0.8+2" to clipboard
location_map_picker: ^0.0.8+2 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 Dart:

 $ dart pub add location_map_picker

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 dart pub get):

dependencies:
  location_map_picker: ^0.0.8+2

Alternatively, your editor might support dart pub get or 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';
9
likes
0
points
50
downloads

Publisher

verified publisherabom.me

Weekly Downloads

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

License

unknown (license)

Dependencies

auto_size_text, flutter, flutter_svg, geolocator, geolocator_apple, google_maps_flutter, http

More

Packages that depend on location_map_picker