find_min_distance 1.0.0 copy "find_min_distance: ^1.0.0" to clipboard
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 #

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
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#geolocation #distance #utility

License

unknown (license)

More

Packages that depend on find_min_distance