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

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


CHANGELOG.md (Updated) #

# Changelog

All notable changes to this project will be documented in this file.

## [0.0.4] – 2025-08-02
### Added
- 🚀 Added `DistanceService` class for calculating distance between multiple LatLng points.
- ✅ Supports output in kilometers, meters, or miles.
- 🖼️ Included new banner image for showcasing this features.

## [0.0.3] – 2025-07-31
- Updated the license file

## [0.0.2] – 2025-07-31
- Fixed images of Readme file

## [0.0.1] – 2025-07-31
### Added
- Initial release of `latlong_to_place`.
- 🗺️ `getCurrentPlaceInfo()` – handles permission request, fetches GPS coordinates, and reverse-geocodes to `PlaceInfo`.
- 🔄 `getPlaceInfo(lat, lng)` – reverse-geocodes arbitrary coordinates.
- Defined `PlaceInfo` model with formatted address, street, locality, city, state, country, postal code, latitude, and longitude.
- Documentation updated with installation, permission setup, and usage examples.
3
likes
0
points
121
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)
View/report issues

License

unknown (license)

Dependencies

flutter, geocoding, geolocator

More

Packages that depend on latlong_to_place