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

A package to find routes between geolocation points.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add geo_direction

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

dependencies:
  geo_direction: ^0.0.5

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_direction/geo_direction.dart';
14
likes
110
pub points
20%
popularity

Publisher

verified publisherflutterbrasil.com

A package to find routes between geolocation points.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on geo_direction