stacked_sheets 0.0.2
stacked_sheets: ^0.0.2 copied to clipboard
An advanced, overlay-driven bottom sheet stack with fluid 3D parallax scaling and custom gesture dismissals.
0.0.2 #
- Added
maxSheetslimit toStackedSheetControllerto prevent over-stacking. - Updated
pushmethod to return aboolindicating whether the sheet was successfully added. - Added initial state synchronization and lifecycle guards to
StackedSheetCoordinator.
0.0.1 #
- Initial release of
stacked_sheets. - Core features:
- Overlay-based sheet stacking.
- Automatic 3D parallax scaling and dimming of background sheets.
StackedSheetControllerfor imperative stack management.StackedSheetCoordinatorwidget for easy integration.- Customizable background colors, border radius, and heights.