find_min_distance 1.0.1 copy "find_min_distance: ^1.0.1" to clipboard
find_min_distance: ^1.0.1 copied to clipboard

A Dart package to calculate the minimum distance between two locations using latitude and longitude.

✍️ Author #

Vansh Bhardwaj
📧 vanshbhardwajhere@gmail.com
🔗 GitHub

find_min_distance #

Pub Version Likes Pub Points Dart SDK

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
3
likes
135
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package to calculate the minimum distance between two locations using latitude and longitude.

Repository (GitHub)
View/report issues

Topics

#geolocation #distance #utility

Documentation

API reference

License

MIT (license)

More

Packages that depend on find_min_distance