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.07k stars 130 forks source link

#75 bugfix: header height is considered when calculating constraint #76

Open akbarpulatov opened 1 year ago

akbarpulatov commented 1 year ago

Fixed: #75 headerHeight is also considered to calculate height when overlapHeaders = true.