route_definer 2.0.3 copy "route_definer: ^2.0.3" to clipboard
route_definer: ^2.0.3 copied to clipboard

An advanced router for Flutter with support for parsing routes, parameters, and guards.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add route_definer

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

dependencies:
  route_definer: ^2.0.3

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_definer/route_definer.dart';
3
likes
150
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

An advanced router for Flutter with support for parsing routes, parameters, and guards.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, web

More

Packages that depend on route_definer