nested_side_sheet 1.1.3 copy "nested_side_sheet: ^1.1.3" to clipboard
nested_side_sheet: ^1.1.3 copied to clipboard

Flutter package which enables the display of multiple side sheets on top of each other with the ability to perform typical navigation actions like push, replace, pop and popUntil.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nested_side_sheet

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

dependencies:
  nested_side_sheet: ^1.1.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:nested_side_sheet/nested_side_sheet.dart';
9
likes
160
pub points
56%
popularity

Publisher

verified publisherkrootl.com

Flutter package which enables the display of multiple side sheets on top of each other with the ability to perform typical navigation actions like push, replace, pop and popUntil.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on nested_side_sheet