auto_route 4.1.0 copy "auto_route: ^4.1.0" to clipboard
auto_route: ^4.1.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

With Flutter:

 $ flutter pub add auto_route

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

dependencies:
  auto_route: ^4.1.0

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';
2839
likes
0
pub points
99%
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

unknown (LICENSE)

Dependencies

collection, flutter, meta, path, universal_html

More

Packages that depend on auto_route