flutter_sticky_headers icon indicating copy to clipboard operation
flutter_sticky_headers copied to clipboard

Scrolling under SliverAppBar with NestedScrollView

Open ryanhossain9797 opened this issue 4 years ago • 3 comments

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.

ezgif com-video-to-gif

ryanhossain9797 avatar Mar 19 '20 21:03 ryanhossain9797

Almost 2 years later and I can confirm we have this same issue - is this project abandoned?

danallen88 avatar Jan 31 '22 14:01 danallen88

+1

adimshev avatar Feb 13 '22 14:02 adimshev

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

marinat avatar May 19 '22 07:05 marinat