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
There is an issue in flutter where the dragable scrollable sheet doesn't work on web. In an ideal world if someone scrolled within the sheet it would expand the draggable sheet as well.
Ive tested out the proposed custom scroll behavior (see below) but that only fixes dragging (dragging on the sheet exapnds) whilst scrolling in the list view still does not expand the sheet.
There is an issue in flutter where the dragable scrollable sheet doesn't work on web. In an ideal world if someone scrolled within the sheet it would expand the draggable sheet as well.
Ive tested out the proposed custom scroll behavior (see below) but that only fixes dragging (dragging on the sheet exapnds) whilst scrolling in the list view still does not expand the sheet.
flutter/flutter#101903 (comment)
Fixes dragging but doesn't have desired scroll behavior
The text was updated successfully, but these errors were encountered: