scrollable_list_tabview
scrollable_list_tabview copied to clipboard
A Flutter widget which syncronize ListView and a custom tab view.
Hello I want to use `ReorderableListView` and this package. is it possible?
Hello. I use this package. Is it possible to change sticky header>
When I tap the tab, the tab will be set on the left. Can I select the tab without focusing?
Even in the package example video, there is no smooth transition between the tabs of the tab view, the transitions are very shaky. The transition also breaks when we scroll...
Hi Firat, I have a `NestedScrollView` with the `headerSliverBuilder` field. I want to add `ScrollableListTabview` under `body` field of the `NestedScrollView`. Can you suggest a way to accomplish this? Thanks.
Hello There, I am using this library inside a nestedListView. I am creating a FlexibleSpaceBar() to show image. Also I am using SliverOverlapAbsorber() and SliverOverlapInjector so that the body of...
CustomScrollView nested ScrollableListTabView does not display, even with SliverToBoxAdapter
Hi, Tried changing the border color to but it just remains the same. Also is there a way to keep the border color when the list tab is active? code...
The library is fantastic! It would be awesome if you could choose the widget type for the 'tab' parameter, so that you could create custom buttons and styled according to...