geo_distance_calculator 1.1.2 copy "geo_distance_calculator: ^1.1.2" to clipboard
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.2 - 2024-08-28 #

Changelog update #

1.1.1 - 2024-08-28 #

Added #

  • Introduced rounding to two decimal places for the distance calculation.
  • Updated GeoDistanceCalculator class to return the distance as a double with improved precision.

1.0.0 - 2024-08-28 #

Initial Release #

  • Added GeoDistanceCalculator class 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.
3
likes
130
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Flutter library for calculating the distance between two geographical points using the Haversine formula.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on geo_distance_calculator