location_provider 1.0.0
location_provider: ^1.0.0 copied to clipboard
A lightweight Flutter geocoding utility package with address formatting, extensions, caching, and distance calculation support.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 #
Added #
- Reverse geocoding support
- Forward geocoding support
- Address model with JSON serialization
- Coordinate extensions
- Address formatting extensions
- Distance calculation utilities
- Batch geocoding support
- Internal caching support
- Retry mechanism for failed requests
- Timeout handling
- Full documentation comments
Improved #
- Optimized cache management
- Cleaner API structure
- Better extension-based APIs
0.0.5 #
- Added example project.
0.0.4 #
- Improved example project.
0.0.3 #
- Added initial examples.
0.0.2 #
- Formatted codebase.
- Minor cleanup improvements.
0.0.1 #
- Initial release of
location_provider.