fluro_annotation_generator 0.3.1 copy "fluro_annotation_generator: ^0.3.1" to clipboard
fluro_annotation_generator: ^0.3.1 copied to clipboard

discontinued

Enable annotation support for fluro, which automatically generate fluro routes for you.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fluro_annotation_generator

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

dependencies:
  fluro_annotation_generator: ^0.3.1

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:fluro_annotation_generator/fluro_annotation_generator.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Enable annotation support for fluro, which automatically generate fluro routes for you.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, build, build_config, fluro, flutter, glob, source_gen

More

Packages that depend on fluro_annotation_generator