FEAT
- Added
forceFixedTabWidthfixedTabWidthFractionproperties.forceFixedTabWidthmakes the Widget force to use fixed-size tab.fixedTabWidthFractiondetermines tab width fraction from Widget size when using fixed-size tab.
FIX
- Removed
LayoutBuilderfrom root ofInfiniteScrollTabView. This change prevents some performance issue.
FIX
- Added
indicatorHeightproperty toInfintieScrollTabView. It will override indicator height if specified non-null value. - The tabs now prevent double tap.
- Fixed a bug that tapping tab causes changing page to unexpected index sometime.
FEAT
- Changed internal structure about indicator. It considers specified
separator's size now. - Added some doc comments and tests.
- Tab sizes now re-calculate on changed text size by OS setting.
First release.