flutter_haversine_geolocation 1.0.2
flutter_haversine_geolocation: ^1.0.2 copied to clipboard
A Flutter/Dart package to manage geolocation history with Haversine distance filtering.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.2 - 2025-08-25 #
Added #
- Initial release of
flutter_haversine_geolocation. GeolocationManagerclass to manage geolocation history.TLocationandTLocationHistorymodels.GeolocationOptionsconfiguration for distance threshold, load and save functions.getDistanceInMeters()utility function using the Haversine formula.- Support for Flutter/Dart (mobile, web, desktop).
Changed #
- N/A
Fixed #
- N/A