wizard_router 1.4.1 copy "wizard_router: ^1.4.1" to clipboard
wizard_router: ^1.4.1 copied to clipboard

Routing for linear wizards. No dependencies between pages. Pages merely request the next page. Routes and conditions defined in a central place.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wizard_router

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

dependencies:
  wizard_router: ^1.4.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:wizard_router/wizard_router.dart';
22
likes
160
points
3.15k
downloads

Documentation

API reference

Publisher

verified publishercanonical.com

Weekly Downloads

Routing for linear wizards. No dependencies between pages. Pages merely request the next page. Routes and conditions defined in a central place.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

collection, flow_builder, flutter, safe_change_notifier

More

Packages that depend on wizard_router