modal_stack_router 1.0.4 modal_stack_router: ^1.0.4 copied to clipboard
A Flutter library for creating modal flows and wizards commonly used on large screen devices like desktop web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add modal_stack_router
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
modal_stack_router: ^1.0.4
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:modal_stack_router/modal_stack_router.dart';