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

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

dependencies:
  auto_route: ^9.3.0+1
copied to clipboard

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';
copied to clipboard
3.21k
likes
150
points
192k
downloads
screenshot

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)

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