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

outdated

Provide 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.0.0

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 route generator to create route map quickly by annotations.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer

More

Packages that depend on ff_annotation_route