auto_route_generator 0.3.2 copy "auto_route_generator: ^0.3.2" to clipboard
auto_route_generator: ^0.3.2 copied to clipboard

outdated

Generator For AutoRoute which is a route generation library, where everything needed for navigation is automatically generated for you.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add auto_route_generator

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

dependencies:
  auto_route_generator: ^0.3.2

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

Publisher

verified publishercodeness.ly

Generator For AutoRoute which is a route generation library, where everything needed for navigation is automatically generated for you.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, auto_route, build, source_gen

More

Packages that depend on auto_route_generator