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

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

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate auto_route_generator

Use it

The package has the following executables:

$ auto_route_generator

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: ^8.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:auto_route_generator/builder.dart';
import 'package:auto_route_generator/utils.dart';
126
likes
40
pub points
97%
popularity

Publisher

verified publishercodeness.ly

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, args, auto_route, build, build_runner, code_builder, dart_style, glob, package_config, path, source_gen, xml

More

Packages that depend on auto_route_generator