✍️ Author
Vansh Bhardwaj
📧 vanshbhardwajhere@gmail.com
🔗 GitHub
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
Libraries
- find_min_distance
- Support for doing something awesome.