You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this fantastic package!
I would like to replicate a specific behavior demonstrated in the attached video:
Draggable Behavior at Start: The bottom sheet starts as draggable.
Scrollable Upon Scrolling: When I begin scrolling within the sheet, it seamlessly transitions to a scrollable state.
Graceful Overscroll Handling: On overscrolling at the top of the sheet, it doesn't immediately become draggable again. Instead, it waits for the scrollable content to return to its initial position after the overscroll before transitioning back to draggable mode.
How can I achieve this behavior using flutter_smooth_sheets? Are there built-in configurations or examples that match this behavior?
The text was updated successfully, but these errors were encountered:
fujidaiti
changed the title
How to Implement Bottom Sheet Behavior as in the Attached Video?
Allow sheet to be dragged only when scrolling starts at the edge
Nov 20, 2024
Unfortunately, the current version does not support that behavior. Overscrolling always affects the position of the sheet.
I'm planning to add a flag in a future version to support this behavior.
Hi there,
Thank you for the response! I understand, and I appreciate your clarification. This feature would be a fantastic addition, and I’ll be eagerly looking forward to its implementation. Please do keep me updated if there are any developments or updates on this feature in the future. :3
Hi,
First of all, thank you for this fantastic package!
I would like to replicate a specific behavior demonstrated in the attached video:
Draggable Behavior at Start: The bottom sheet starts as draggable.
Scrollable Upon Scrolling: When I begin scrolling within the sheet, it seamlessly transitions to a scrollable state.
Graceful Overscroll Handling: On overscrolling at the top of the sheet, it doesn't immediately become draggable again. Instead, it waits for the scrollable content to return to its initial position after the overscroll before transitioning back to draggable mode.
How can I achieve this behavior using flutter_smooth_sheets? Are there built-in configurations or examples that match this behavior?
Thanks for your help!
Video:
https://github.com/user-attachments/assets/a988c3d0-70a6-407b-bc24-75bc6d654977
The text was updated successfully, but these errors were encountered: