fluttercommunity / flutter_sticky_headers

Flutter Sticky Headers - Lets you place "sticky headers" into any scrollable content in your Flutter app. No special wrappers or magic required. Maintainer: @slightfoot
https://pub.dev/packages/sticky_headers
MIT License
1.1k stars 129 forks source link

Sticky header shake #36

Closed daveleenew closed 2 years ago

daveleenew commented 4 years ago

When scrolling Sticky header shake.

xiejibiao commented 3 years ago

@daveleenew I also have this problem. Have you solved it?

topjx commented 3 years ago

@daveleenew I also have this problem. Have you solved it?

jacksonhiew commented 3 years ago

Just use physics: ClampingScrollPhysics(), at least this solves my issue.

slightfoot commented 2 years ago

Fixed as-of v0.3.0.

azizswebni commented 1 year ago

I'm facing the same problem even using version 0.3.0