flutter_native_location 0.1.2
flutter_native_location: ^0.1.2 copied to clipboard
Native location tracking for Flutter with configurable interval and accuracy filter.
0.1.2 - 2026-03-26 #
- Implement
getLastLocationfallback logic for iOS to accurately fetch device location even if tracking is not actively receiving coordinates.
0.1.1 - 2026-03-26 #
- Fix speed and heading calculation
0.1.0 - 2026-03-13 #
- Initial release with iOS support.
- Location tracking with configurable interval and accuracy filter.
- Background location updates via
CLLocationManager. - Pause, resume, and stop tracking controls.
- Location permission request handling.