smooth_infinite_tab_bar 0.0.3
smooth_infinite_tab_bar: ^0.0.3 copied to clipboard
A horizontally scrolling tab bar with infinite bidirectional items. Smooth animations, auto-scroll on selection, and fully customizable. Zero dependencies beyond Flutter SDK.
0.0.3 #
- Refined README cross-links to keep only published related packages.
- Aligned release documentation with the current version.
0.0.2 #
- Fixed README GIF previews for pub.dev by using absolute GitHub URLs.
- Removed legacy "Cashew" references from example code and documentation.
0.0.1 #
- First public release of
smooth_infinite_tab_bar. - Added
InfiniteTabBarwith infinite bidirectional scrolling. - Added auto-scroll to selected item on
selectedIndexchange. - Added animated selection indicator (scale + fade).
- Added optional sublabel and highlight dot per item.
- Added overflow arrow buttons with auto-show/hide animation.
- Added
MultiDirectionalInfiniteScrollas a standalone exported widget. - Added example app with month, week and finite category selectors.