thunder-app/thunder

Remove overscroll effect from AppBars

Opened this issue ยท 0 comments

Bug Description

This is a super small issue, which I am mainly creating so I can track it and take it off my to-do list. ๐Ÿ˜Š

After switching to SliverAppBars, I noticed that that the Android overscroll effect now applies to the contents of the AppBar as well. This is odd, mainly because the AppBar is not part of the scrollable content. You would expect the overflow to be applied only to the contents beneath the AppBar.

You can see a demo of the issue in flutter/flutter#104437. There are a couple workarounds, but for now I'd rather just follow that issue until there's a good "fix" we can apply.

Note that iOS does not have this problem.

Expected Behaviour

N/A

Steps to Reproduce

N/A

Additional Context

N/A

App Version

N/A

Device

N/A

OS

N/A