flutter_sticky_headers icon indicating copy to clipboard operation
flutter_sticky_headers copied to clipboard

Flutter Sticky Headers - Lets you place "sticky headers" into any scrollable content in your Flutter app. No special wrappers or magic required. Maintainer: @slightfoot

Results 43 flutter_sticky_headers issues
Sort by recently updated
recently updated
newest added

I get the following error when trying to use a **StickyHeader** inside a **CustomScrollView**: > A RenderViewport expected a child of type RenderSliver but received a child of type RenderStickyHeader...

ScrollablePositionedList is an alternative to ListView which is developed by Google.dev. This library provides jumpTo(index), scrollTo(index, duration), and Listeners on Scroll position. flutter_sticky_headers works fine with ListView but with ScrollablePositionedList,...

` StickyHeader( header: YyTips( msg: "xiangyu_gps_false".tr, btnTitle: "btn_go_setting".tr, onPressed: () {}, ), content: ws) ` 当切换到其他pageview页面的时候,会出现异常Rect argument contained a NaN value When switching to other pageview pages, an exception will...

I use StickyHeader to make iOS-TableView-like UI and add `Column` of my widgets StickyHeader's `content`. But I suppose that the bigger the size of widgets, the less its rendering performance....

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...

First things first, thank you very much for this package. It's very useful functionally and I also found the code a pleasure to read in the sense that it's simple...

Is there a way that below headers is hide and only the active top header is visible?

your method is amazing ! would be nice to add ability like behavior footer. it would be more useful than header especially for call to action button likes "checkout", "add...