snapping_sheet 1.1.0 snapping_sheet: ^1.1.0 copied to clipboard
A package that provides a sheet widget that snaps to different vertical positions
[1.1.0] - 29/10/2019 #
- Added the option to make sheetBelow and sheetAbove widget draggable.
- Added the option to lock overflow drag.
- Added new example of using a top sheet.
- Fix minor bugs with the snapping system.
[1.0.0] - 18/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