route_definer 1.2.1
route_definer: ^1.2.1 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 Dart:
$ dart pub add route_definerWith Flutter:
$ flutter pub add route_definerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
route_definer: ^1.2.1Alternatively, 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:route_definer/route_definer.dart';