snapping_sheet
snapping_sheet copied to clipboard
A package that provides a highly customizable sheet widget that snaps to different vertical & horizontal positions!
Hi, I want to use this library for a production project but I have to ensure that it's still maintained, because I didn't see any change in 1 year I'm...
This allows to listen for position changes of the `SnappingSheetController`. Might be useful e.g. to transform or animcate the sheet's content based on the current position. The `Listenable` overrides are...
If there is no separator between grabbing handle and bottom sheet you can see the background shine through. Would it be possible to fix this? :) **How to reproduce** I...
Sometimes its useful to be able to set a pixel margin from the top of the snapping sheet; for instance to avoid safe-area infringement. This PR adds a `snappingPositionAnchor` argument...

I want to have the same behaivor that showModalBottomSheet, but without using showModalBottomSheet
I think it would be great to allow developers to disable drag if needed. For example in some cases where there is no data to be shown in sheet content,...
This PR adds a `constrainToVisibleArea` field to `SheetSizeFill`. When this field is set to `false`, the `SnappingSheetContent` with the behaviour will constrain its child to the constrains of the sheet...
Would it be possible to have sheet above snap to position where full content is displayed. Provided its smaller than max height.
First off amazing package! I am running into this issue where dynamic values seem to confuse the sheets snapping positions. My `grabbing` widget changes in height. Hence why I need...