modal_stack_router 1.0.4 copy "modal_stack_router: ^1.0.4" to clipboard
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';
7
likes
130
pub points
48%
popularity

Publisher

unverified uploader

A Flutter library for creating modal flows and wizards commonly used on large screen devices like desktop web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, modal_bottom_sheet, stack_router

More

Packages that depend on modal_stack_router