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
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_map_picker: ^0.0.10
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_map_picker/location_map_picker.dart';
copied to clipboard
9
likes
95
points
58
downloads

Publisher

verified publisherabom.me

Weekly Downloads

2024.09.29 - 2025.04.13

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)

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