find_min_distance 1.0.0
find_min_distance: ^1.0.0 copied to clipboard
A Dart package to calculate minimum distance between two locations using latitude and longitude.
find_min_distance #
A Dart utility package to calculate the minimum distance between two locations using their latitude and longitude coordinates. Under the hood, it uses the Haversine formula, which accurately computes great-circle distances between points on a sphere.
🚀 Features #
- 🔁 Pure Dart implementation – no dependencies
- 📍 Calculate geo-distance in kilometers
- 🧮 Uses Haversine formula for high accuracy
- ✅ Tested and documented
- 🧩 Easily integrable into any Dart or Flutter app
📦 Installation #
Add this to your pubspec.yaml:
dependencies:
find_min_distance: ^1.0.0