nested_side_sheet 1.1.0 copy "nested_side_sheet: ^1.1.0" to clipboard
nested_side_sheet: ^1.1.0 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 Dart:

 $ dart pub add nested_side_sheet

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 dart pub get):

dependencies:
  nested_side_sheet: ^1.1.0

Alternatively, 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:nested_side_sheet/nested_side_sheet.dart';
9
likes
0
pub points
58%
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

License

unknown (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on nested_side_sheet