route_utils 0.0.1 copy "route_utils: ^0.0.1" to clipboard
route_utils: ^0.0.1 copied to clipboard

A routing management tool based on go_router, convenient for modular registration of routes

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add route_utils

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

dependencies:
  route_utils: ^0.0.1

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:route_utils/route_utils.dart';
0
likes
140
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A routing management tool based on go_router, convenient for modular registration of routes

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, go_router, meta

More

Packages that depend on route_utils