nested_side_sheet 1.0.0 copy "nested_side_sheet: ^1.0.0" to clipboard
nested_side_sheet: ^1.0.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.

đŸ•ĩī¸ Motivation #

This repository contains a plugin that 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. We developed this plugin while building a web dashboard app and found that standard material navigation drawers and existing plugins couldn't provide us with the features we needed.

Our plugin is designed to be simple and flexible, allowing you to customize the look of your side sheets and transition animations without any limitations. With our plugin, you can create a seamless user experience that meets your specific requirements.

⚙ Features #

  • Display multiple side sheets on top of each other
  • Perform typical navigation actions like push, replace, pop and popUntil
  • Customize the look and feel of your side sheets
  • Create seamless transition animations

Check our web app example

🔨 Installation #

dependencies:
     nested_side_sheet: ^1.0.0

🕹ī¸ Usage #

import 'package:nested_side_sheet/nested_side_sheet.dart';

...

final result = await NestedSideSheet.of(context).push(
  Container(
    color: Colors.white,
    width: kSideSheetWidth,
  ),
  transitionBuilder: leftSideSheetTransition,
  alignment: Alignment.centerLeft,
);

For advanced usage see our example.

🧑‍đŸ’ģ Contributors #

We welcome contributions to our plugin! If you'd like to contribute, please fork this repository and create a pull request with your changes. We'll review your changes and merge them into the main branch if they meet our quality standards.

License #

Our plugin is open-source and licensed under the MIT License. Feel free to use it in your projects.

9
likes
0
pub points
57%
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