location_pro 1.0.0
location_pro: ^1.0.0 copied to clipboard
A Flutter service for real-time location tracking with reverse geocoding (address lookup) using OpenStreetMap Nominatim API. Supports Android, iOS, Web, and Desktop.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-09-07 #
Added #
- Initial release of
location_proFlutter package. - Main class
LocationProfor fetching current location and addresses. - Supports live GPS tracking on mobile and periodic polling on web/desktop.
- Reverse geocoding with OpenStreetMap Nominatim.
- Multi-language support for addresses via
languageparameter. ValueNotifier<LatLng?> currentLocationandValueNotifier<String> placeNamefor UI updates.- Dispose method to stop timers and streams.
- LatLng model included.
- Example app demonstrating usage.
- MIT License included.