flutter_nominatim 0.0.1+1
flutter_nominatim: ^0.0.1+1 copied to clipboard
A Flutter plugin for free geocoding and place search using OpenStreetMap's Nominatim service with built-in optimizations and no API key required
0.0.1+1 #
- Updated README.md
0.0.1 #
- Initial release 🚀
- Added forward geocoding (address to coordinates)
- Added reverse geocoding (coordinates to address)
- Added place search with auto-complete
- Implemented built-in optimizations:
- Request debouncing
- Rate limit handling
- Error management
- Input validation
- Added support for polygon boundaries
- Included comprehensive documentation and usage examples