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

outdated

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_annotation_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: ^1.1.6

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';
13
likes
0
pub points
51%
popularity

Publisher

verified publisherfluttercandies.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, meta, path, yaml

More

Packages that depend on ff_annotation_route