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

Fix blinking 1px line issue #63

Closed dehypnosis closed 2 years ago

dehypnosis commented 2 years ago

roundToNearestPixel -> ceilToNearestPixel

it will fix https://github.com/fluttercommunity/flutter_sticky_headers/issues/35