auto_route 9.2.2 copy "auto_route: ^9.2.2" to clipboard
auto_route: ^9.2.2 copied to clipboard

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: ^9.2.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';
3029
likes
150
pub points
99%
popularity
screenshot

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

Topics

#navigation #routing #auto-route #nested-navigation #deep-linking

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, meta, path, web

More

Packages that depend on auto_route