auto_go_route 1.0.9 copy "auto_go_route: ^1.0.9" to clipboard
auto_go_route: ^1.0.9 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 Flutter:

 $ flutter pub add auto_go_route

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

dependencies:
  auto_go_route: ^1.0.9

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_go_route/auto_go_route.dart';
7
likes
160
points
177
downloads
screenshot

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

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

equatable, flutter, go_router, meta

More

Packages that depend on auto_go_route