vertical_scrollable_tabview icon indicating copy to clipboard operation
vertical_scrollable_tabview copied to clipboard

A Flutter plugin which synchronize a ScrollView and a custom tab view.

Results 4 vertical_scrollable_tabview issues
Sort by recently updated
recently updated
newest added

I init tabController = TabController(3, vsync: this), when I update tabController = TabController(2, vsync: this), i select a tab it's not scroll, I have changed to TickerProviderStateMixin

When I use this package in a `DraggableScrollableSheet` even when the list is scrolled to the top position and when I try to dismiss the sheet, only the inner Slivers...

enhancement

Widget keeps being destroyed on scroll, Can you expose the keep-alive property

enhancement

![Screenshot_20211201-122710__01__01](https://user-images.githubusercontent.com/23652725/144186967-31342e8c-8a9a-49ff-a21d-6a6d4e0efc47.jpg) Need to update the header color when the respective tab is selected or when it reaches the top position. Is it possible?

enhancement