Closed QianNangong closed 2 years ago
Hi @QianNangong Thank you for opening this issue. I was not able to reproduce that problem with the code you provided due to some other errors related to unbounded height. Could you provide a simple, minimal reproducible example?
Closing it for now due to lack of activity.
When I use ExpandedablePageView and set
physics
asClampingScrollPhysics
(Android target default behavior), it will trigger an assert.But if I change
physics
toBouncingScrollPhysics
, it will no longer assert.Codes here