Releases: cb-cloud/flutter_infinite_scroll_tab_view
Releases · cb-cloud/flutter_infinite_scroll_tab_view
v1.0.3
v1.0.2
FIX
- Removed
LayoutBuilder
from root ofInfiniteScrollTabView
. This change prevents some performance issue.
v1.0.1
FIX
- Added
indicatorHeight
property 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.
v1.0.0
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.
v0.1.0
First release.