geo_direction 0.0.3 copy "geo_direction: ^0.0.3" to clipboard
geo_direction: ^0.0.3 copied to clipboard

A package to find routes between geolocation points.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add geo_direction

With Flutter:

 $ flutter pub add geo_direction

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

dependencies:
  geo_direction: ^0.0.3

Alternatively, your editor might support dart pub get or 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_direction/geo_direction.dart';
14
likes
0
pub points
20%
popularity

Publisher

verified publisherflutterbrasil.com

A package to find routes between geolocation points.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on geo_direction