geo_distance_calculator 1.1.2
geo_distance_calculator: ^1.1.2 copied to clipboard
A simple Flutter library for calculating the distance between two geographical points using the Haversine formula.
1.1.1 - 2024-08-28 #
Added #
- Introduced rounding to two decimal places for the distance calculation.
- Updated
GeoDistanceCalculatorclass to return the distance as adoublewith improved precision.
1.0.0 - 2024-08-28 #
Initial Release #
- Added
GeoDistanceCalculatorclass with a method to calculate the distance between two geographical points using latitude and longitude. - Implemented Haversine formula for accurate distance calculation.
- Included private helper method for converting degrees to radians.