Skip to content

Releases: cb-cloud/flutter_infinite_scroll_tab_view

v1.0.3

19 Aug 02:18
a8864e2
Compare
Choose a tag to compare

FEAT

  • Added forceFixedTabWidth fixedTabWidthFraction properties.
    • forceFixedTabWidth makes the Widget force to use fixed-size tab.
    • fixedTabWidthFraction determines tab width fraction from Widget size when using fixed-size tab.

v1.0.2

27 Jul 04:07
b67f5a1
Compare
Choose a tag to compare

FIX

  • Removed LayoutBuilder from root of InfiniteScrollTabView. This change prevents some performance issue.

v1.0.1

26 Jul 09:20
05477fa
Compare
Choose a tag to compare

FIX

  • Added indicatorHeight property to InfintieScrollTabView. 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

21 Jul 07:11
da6b827
Compare
Choose a tag to compare

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

19 Jul 10:08
Compare
Choose a tag to compare

First release.