Closed ghost closed 2 years ago
@hugocbpassos Had same issue https://github.com/fluttercommunity/flutter_sticky_headers/issues/19, since I didn't get any response, I wrote own implementation of sticky headers that doesn't have this issue and published to pub dart
@hugocbpassos https://pub.dev/packages/sticky_infinite_list
Having the same issue. It happens after scrollTo/jumpTo is called of ScrollablePositionedList (Google).
This should be fixed as-of v0.3.0.
When using this library along with
infinite_listview
, some headers of the negative indexes get flicky. It happens until the index 0 is visible, then it stops.You should be able to see some blank spaces between some headers and the AppBar:
The code used in the example above: