coordinate_calculator 0.0.1 copy "coordinate_calculator: ^0.0.1" to clipboard
coordinate_calculator: ^0.0.1 copied to clipboard

flutter package to calculator the distance of two points using great-circle-formula

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add coordinate_calculator

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  coordinate_calculator: ^0.0.1

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:coordinate_calculator/coordinate_calculator.dart';
3
likes
150
pub points
18%
popularity

Publisher

unverified uploader

flutter package to calculator the distance of two points using great-circle-formula

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on coordinate_calculator