latlong_to_place 0.0.1
latlong_to_place: ^0.0.1 copied to clipboard
A Flutter library to fetch device LatLng via geolocator and convert it into rich PlaceInfo via the null-safe geocoding plugin.
change.md
# Changelog
All notable changes to this project will be documented in this 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.
*(Future versions will appear here as [0.0.x] entries.)*