nested_side_sheet 1.1.2 nested_side_sheet: ^1.1.2 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.2
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';