snapping_sheet 1.0.0 snapping_sheet: ^1.0.0 copied to clipboard
A package that provides a sheet widget that snaps to different vertical positions
[1.0.0] - 07/10/2019 #
-
Breaking changes, renamed parameters such as
- sheet -> sheetBelow
- remaining -> sheetAbove
- grabing -> grabbing
- grabingHeight -> grabbingHeight
- remainingMargin -> sheetAboveMargin
- snapSheetController -> snappingSheetController
-
The option to add negative and positive margin to the sheetBelow widget
-
The sheetBelow and sheetAbove widgets are now optional
[0.1.0] - 07/10/2019 #
- Improve the snap system for the sheet. Now the sheet only snaps to above snap positions if dragging upwards and snap positions below if dragging downwards
- Made the background widget (child) optional
[0.0.2] - 04/10/2019 #
- Updated the pubspec description
[0.0.1] - 04/10/2019 #
- The initial release