geo_distance_calculator 1.1.2 copy "geo_distance_calculator: ^1.1.2" to clipboard
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_calculator

This 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.2

Alternatively, 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';
3
likes
130
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Flutter library for calculating the distance between two geographical points using the Haversine formula.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on geo_distance_calculator