flutter_sticky_headers
flutter_sticky_headers copied to clipboard
Scrolling under SliverAppBar with NestedScrollView
I basically took the example from the NestedScrollView description Here and made minimal modifications (replaced fixed extent sliver list with a normal sliver list) and added in the sticky header builder widget.
The headers seem to scroll under the SliverAppBar.
Can this be fixed? Any workarounds? I know putting the AppBar in a SliverSafeArea can fix it but it makes the animations janky.
Almost 2 years later and I can confirm we have this same issue - is this project abandoned?
+1
Hi all! Please try this https://github.com/flutter/flutter/issues/91972, that workaround perfectly work for flutter_sticky_header lib: https://github.com/letsar/flutter_sticky_header/issues/71