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
Pull Refresh setting state on each screen taps when used with CustomScrollView.
Wherever i tap on screen, it's causing whole widget tree to rebuild.
Expected behavior
Works good on Static Lists
Flutter:
3.0
Stable
The text was updated successfully, but these errors were encountered:
This happened to me.
When the scroll is in the top position, every time I tap on the screen several images or icons blink.
But this doesn't happen if the screen position is scrolled a few pixels down.
I wrapped SingleChildScrollView with LiquidPullToRefresh.
Is there something wrong?
Hello same issue here. When showChildOpacityTransition=true and I press the screen on top position it get's dark transparent giving a flickering effect.
Describe the bug
Pull Refresh setting state on each screen taps when used with CustomScrollView.
Wherever i tap on screen, it's causing whole widget tree to rebuild.
Expected behavior
Works good on Static Lists
Flutter:
The text was updated successfully, but these errors were encountered: