Sam

Results 14 comments of Sam

I changed this condition: ``` child: _theme.childBounceEnabled ``` to ``` child: _theme.childBounceEnabled && (_pressedOffset.dx != 0 && _pressedOffset.dy != 0) ``` And this solve my case Thanks

Same issue here after upgraded to 3.24 but the "reading" package name vary on time to time so i think is a Flutter issue.

First thing I did.. but without success. I already downgrade on version 3.22.x because I cannot find a quick solution and I cannot stuck with the project. With 3.22.x all...

As I supposed is a Flutter issue https://github.com/flutter/flutter/issues/153222