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
Describe the bug
The problem is that the BouncingScrollPhysics mode refuses to work if your page is wrapped in DismissiblePage. This may be important, but my usage looks like this:
If you remove ScrollConfiguration wrapper then scrolling will work great, as expected. I wrote mini code to make everything work as expected. Add the necessary show to export for your case:
Describe the bug
The problem is that the
BouncingScrollPhysics
mode refuses to work if your page is wrapped inDismissiblePage
. This may be important, but my usage looks like this:DismissiblePage version: problems on 1.0.2 and 1.0.3 from git
Additional context
The solution looks quite simple, because the problem is a line inside the
build
method inDismissiblePage
:If you remove
ScrollConfiguration
wrapper then scrolling will work great, as expected. I wrote mini code to make everything work as expected. Add the necessaryshow
toexport
for your case:Thank you very much to the author for the wonderful package!
The text was updated successfully, but these errors were encountered: