sheetify 1.1.3
sheetify: ^1.1.3 copied to clipboard
A Flutter package that provides customizable bottom sheet widgets with snapping behaviors, gesture support, animation, and dynamic state control.
1.1.3 #
[Dependencies] - update keyboard insets package.
1.1.2 #
[ToggleSheetController] - Clip sheetHeight to be non negative. [MultiStateSheetController] - Clip sheetHeight to be non negative.
1.1.1 #
[ToggleSheet] - Fix an issue where safe area would animate when a sheet was visible by the header clipping.
1.1.0 #
[ToggleSheet] - The keyboard insets package is now used to better track the keyboard height and respond appropriately to its animations.
[MultiStateSheet] - The keyboard insets package is now used to better track the keyboard height and respond appropriately to its animations.
[MultiStateSheet] - Fix an issue where safe area would animate when a sheet was visible by the header clipping.
[Package] - Exports the keyboard insets package API for managing the lifecycle of a persistent safe area.
1.0.2 #
[ToggleSheet] - Animate hiding of safe zone rectangle. [MultiStateSheet] - Animate hiding of safe zone rectangle [MultiStateSheet] - Fix an issue where the outside widget would not display when the bottom sheet was opened with a height of 0px. [Package] - Improve docs.
1.0.1 #
[ToggleSheet] - Fix bottom insets and safe area bottom padding rendering issues
[MultiStateSheet] - Make footer HitBehavior default to null if its placed on top of content list
1.0.0+1 #
[Package] - format files to the dart standart
1.0.0 #
[Package] - ✨ public release