- Migrate to Flutter 3.27
- Migrate to Flutter 3.10.0
- fix cacheExtent for ExtendedPageView
- fix simulation scroll is not sync (sync_scroll_library)
- refactor code (sync_scroll_library)
- breaking change: SyncPageController to LinkPageController
- add viewportFraction property
- handle label padding in common way
- slove sync issue
- link support TextDirection.rtl #24
- Indicator render error #23
- update official code #21
- add [ExtendedTabBarView.shouldIgnorePointerWhenScrolling] to scroll tabs more smoothly
- link implements with SyncScrollStateMinxin
- add [ExtendedTab.height]
- add [ExtendedTabBarView.pageController] to support custom PageController().
- add [ExtendedTabBar.mainAxisAlignment].
- add indicator with carousel style.
- support null-safety
- When _ancestor/_child TabBarView is draging, we should finish it frist
- breaking change: change linkWithAncestor to link.
- improve link function
- add Axis scrollDirection for TabBar and TabBarView
- web support
- fix null exception
- improve codes base on v1.7.8
- add cacheExtent for extended page
- fix flutter/flutter#24660 flutter/flutter#27010 use pr code from https://github.com/flutter/flutter/pull/24821/files
- format code
- Initial Open Source release.