fluttercandies / extended_tabs

A powerful official extension library of Tab/TabBar/TabView, which support to scroll ancestor or child Tabs when current is overscroll, and set scroll direction and cache extent.
https://fluttercandies.github.io/extended_tabs/
MIT License
268 stars 49 forks source link

Active Tab #16

Closed acamenhas closed 3 years ago

acamenhas commented 3 years ago

Hello,

I have 4 tabs in my module, i want to open a tab by default based on a user variable. If user is admin i want to open firstly on the last tab,...

How can i do that?

Thank you

zmtzawqlp commented 3 years ago

TabController(length: null, vsync: null, initialIndex: 3)

acamenhas commented 3 years ago

Hi @zmtzawqlp very fast answer, thank you! Closing