fluttercandies / extended_nested_scroll_view

extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
MIT License
592 stars 119 forks source link

NestedScrollView missing floatHeaderSlivers flag #55

Closed khanhnguyen-96 closed 3 years ago

khanhnguyen-96 commented 3 years ago

https://api.flutter.dev/flutter/widgets/NestedScrollView/floatHeaderSlivers.html The library's current NestedScrollView does not support floatHeaderSlivers yet. Can you guys add it to the library?