-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
Labels
f: scrollingViewports, list views, slivers, etc.Viewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Milestone
Description
If maxChildSize is set to 1.0 and actual fractional value of the parent is less than 1.0 (child can't fill parent completly), then once DraggableScrollableSheet reaches its max it won't scroll back down.
Steps to Reproduce
- Create a DraggableScrollableSheet with maxChildSize set to 1.0
- Set the parent containers actual fractional value to less than 1.0
- Run app and scroll the sheet to its highest position. (it will get stuck)
https://gist.github.com/mrmko/40e34852fff8686753e0e9b8b5234784
Zazo032, orteney and doanngoctu95
Metadata
Metadata
Assignees
Labels
f: scrollingViewports, list views, slivers, etc.Viewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight