geo_distance_calculator 1.1.2
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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add geo_distance_calculatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
geo_distance_calculator: ^1.1.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:geo_distance_calculator/geo_distance_calculator.dart';