ff_annotation_route 10.0.10 copy "ff_annotation_route: ^10.0.10" to clipboard
ff_annotation_route: ^10.0.10 copied to clipboard

Provide a route generator to create route map quickly by annotations.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ff_annotation_route

Use it

The package has the following executables:

$ ff_route

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ff_annotation_route

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

dependencies:
  ff_annotation_route: ^10.0.10

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ff_annotation_route/ff_annotation_route.dart';