auto_route 9.3.0 copy "auto_route: ^9.3.0" to clipboard
auto_route: ^9.3.0 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 Dart:

 $ dart pub add auto_route
copied to clipboard

With Flutter:

 $ flutter pub add auto_route
copied to clipboard

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

dependencies:
  auto_route: ^9.3.0
copied to clipboard

Alternatively, your editor might support dart pub get or 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';
copied to clipboard
3.21k
likes
0
points
192k
downloads

Publisher

verified publishercodeness.ly

Weekly Downloads

2024.09.14 - 2025.03.29

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

License

unknown (license)

Dependencies

collection, flutter, meta, path, web

More

Packages that depend on auto_route