auto_go_route 1.0.2 copy "auto_go_route: ^1.0.2" to clipboard
auto_go_route: ^1.0.2 copied to clipboard

A powerful, type-safe, and feature-rich routing package for Flutter GoRouter with automatic code generation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add auto_go_route

With Flutter:

 $ flutter pub add auto_go_route

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

dependencies:
  auto_go_route: ^1.0.2

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_go_route/auto_go_route.dart';
8
likes
0
points
206
downloads

Publisher

verified publishermohesu.com

Weekly Downloads

A powerful, type-safe, and feature-rich routing package for Flutter GoRouter with automatic code generation.

Repository (GitHub)
View/report issues

Topics

#routing #navigation #auto-route #go-router #type-safety

Funding

Consider supporting this project:

github.com

License

unknown (license)

Dependencies

equatable, flutter, go_router, meta

More

Packages that depend on auto_go_route