route_generator 0.1.5 copy "route_generator: ^0.1.5" to clipboard
route_generator: ^0.1.5 copied to clipboard

discontinued

This is a route generation library.Only a small amount of code is required,then use the annotation to match the source code generation, automatically generate the routing table.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add route_generator

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

dependencies:
  route_generator: ^0.1.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:route_generator/route_generator.dart';
0
likes
30
pub points
32%
popularity

Publisher

unverified uploader

This is a route generation library.Only a small amount of code is required,then use the annotation to match the source code generation, automatically generate the routing table.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

analyzer, build, flutter, route_annotation, source_gen

More

Packages that depend on route_generator