family_bottom_sheet 0.1.0
family_bottom_sheet: ^0.1.0 copied to clipboard
A package for building smooth, customizable multi-page bottom sheets with seamless transitions — just like a Navigator, but inside a bottom sheet.
Changelog #
0.1.0 #
- Expose new api for canPopPage and getTotalPageCount
- Expose scrollControlDisabledMaxHeightRatio in show and showMaterialDefault method
- Added new example content demonstrating support for scrollable content in the modal and improve support scrollable content. #7 by MrLepage
- Fix No named parameter with the name 'requestFocus' for lower flutter version
0.0.2 #
- Added a demo GIF to the
README.md
for visual demonstration of the bottom sheet - Refactor example/main.dart to show actual example usage of the package.
0.0.1 #
- Initial version.