Skip to content

Latest commit

 

History

History
96 lines (54 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

96 lines (54 loc) · 1.5 KB

4.1.0

  • Migrate to Flutter 3.10.0

4.0.2

  • fix cacheExtent for ExtendedPageView

4.0.1

  • fix simulation scroll is not sync (sync_scroll_library)

4.0.0

  • refactor code (sync_scroll_library)
  • breaking change: SyncPageController to LinkPageController
  • add viewportFraction property

3.0.3

  • handle label padding in common way

3.0.2

  • slove sync issue

3.0.1

  • link support TextDirection.rtl #24
  • Indicator render error #23
  • update official code #21

3.0.0

  • add [ExtendedTabBarView.shouldIgnorePointerWhenScrolling] to scroll tabs more smoothly
  • link implements with SyncScrollStateMinxin

2.3.1

  • add [ExtendedTab.height]

2.3.0

  • add [ExtendedTabBarView.pageController] to support custom PageController().

2.2.0

  • add [ExtendedTabBar.mainAxisAlignment].

2.1.0

  • add indicator with carousel style.

2.0.0

  • support null-safety

1.0.1

  • When _ancestor/_child TabBarView is draging, we should finish it frist

1.0.0

  • breaking change: change linkWithAncestor to link.
  • improve link function
  • add Axis scrollDirection for TabBar and TabBarView

0.2.3

  • web support

0.2.2

  • fix null exception

0.2.1

  • improve codes base on v1.7.8

0.2.0

  • add cacheExtent for extended page

0.1.2

0.1.1

  • format code

0.1.0

  • Initial Open Source release.