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

outdated

AutoRoute is a declartive routing solution, 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.6.8

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

Publisher

verified publishercodeness.ly

AutoRoute is a declartive routing solution, where everything needed for navigation is automatically generated for you.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, auto_route, build, build_runner, path, source_gen

More

Packages that depend on auto_route_generator