convex_bottom_bar icon indicating copy to clipboard operation
convex_bottom_bar copied to clipboard

Switching to a tab with a difference of more than 1 using TabController

Open nezhinskii opened this issue 3 years ago • 1 comments

I am using my TabController inside ConvexAppBar and I need to programmatically change the current tab. I found that when switching to more than 1 tab, changes in ConvexAppBar do not occur. As far as I understand, this is due to the following code in the _warpToCurrentIndex() method. But I still don't know how to implement a programmatic transition further than to the next tab. image

nezhinskii avatar May 04 '22 12:05 nezhinskii

Check this link: https://bar.hacktons.cn/faq/issue-change-active-tab-index.html#work-with-pageview-tabbarview

AbdullahAli1993 avatar May 19 '22 11:05 AbdullahAli1993