flutter_use_geolocation 1.0.0
flutter_use_geolocation: ^1.0.0 copied to clipboard
Geolocation hooks for Flutter applications. Provides useGeolocation hook for GPS tracking, position updates, and location-aware features with permission handling.
1.0.0 #
First Stable Release
Precise location tracking made simple. Build location-aware apps with confidence, from fitness trackers to delivery services.
Features
useGeolocation()
hook with intelligent position tracking- Real-time GPS updates with configurable accuracy
- Smart permission handling for seamless user experience
- Distance and accuracy filtering to reduce noise
- Robust error handling for offline scenarios
- Works reliably across iOS and Android platforms
Developer Experience
- Production-ready stability
- Clear error messages and states
- Flexible configuration options
- Comprehensive usage examples
0.0.4 #
Development Update to require sdk >= 2.17.0 same as flutter_hooks 0.20.0 Update to flutter_hooks ^0.20.0
0.0.3 #
Development Update to Flutter v3 Update to require sdk >= 2.14.0 Update to geolocator 9.0.1 Update to flutter_hooks ^0.18.5+1
0.0.2 #
Features
Add useGeolocation()
hook.