latlong_to_place 0.0.5 copy "latlong_to_place: ^0.0.5" to clipboard
latlong_to_place: ^0.0.5 copied to clipboard

A Flutter library to fetch device LatLng via geolocator and convert it into rich PlaceInfo via the null-safe geocoding plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add latlong_to_place

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

dependencies:
  latlong_to_place: ^0.0.5

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:latlong_to_place/latlong_to_place.dart';
2
likes
150
points
34
downloads

Publisher

verified publisherarpitjai.com

Weekly Downloads

A Flutter library to fetch device LatLng via geolocator and convert it into rich PlaceInfo via the null-safe geocoding plugin.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, geocoding, geolocator

More

Packages that depend on latlong_to_place