auto_route 6.0.0-rc-2 copy "auto_route: ^6.0.0-rc-2" to clipboard
auto_route: ^6.0.0-rc-2 copied to clipboard

outdated

AutoRoute is a declarative 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 Flutter:

 $ flutter pub add auto_route

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

dependencies:
  auto_route: ^6.0.0-rc-2

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:auto_route/auto_route.dart';
3.33k
likes
0
points
171k
downloads

Publisher

verified publishercodeness.ly

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, meta, path

More

Packages that depend on auto_route