fluttercommunity / fluttercommunity/flutter_sticky_headers
Scrolling under SliverAppBar with NestedScrollView
- Dominant language
- Dart
- Stars
- 1.2k
- Forks
- 130
- PR merge metrics
- No merged PRs in 30d
Description
I basically took the example from the NestedScrollView description [Here](https://api.flutter.dev/flutter/widgets/NestedScrollView-class.html) 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.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.