cyclic_tab_bar 1.0.3
cyclic_tab_bar: ^1.0.3 copied to clipboard
A Flutter package for cyclic tab bar component with infinite scrolling and full accessibility support.
1.0.3 #
- Fix cyclic index movement to always choose the shortest path (odd-length lists).
- Improve accessibility: announce page changes via
SemanticsServicewhere supported. - Improve controller lifecycle handling when the inherited default controller is recreated.
- Improve viewport resize behavior for tabs/pages (PageView adapter + realignment fixes).
- Docs: host the demo gif in-repo and align README links.
- Tooling: ignore root
pubspec.lock(package) and keep app lockfiles (example).
1.0.2+1 #
- Add
leftInsetandrightInsettoCyclicTabBarfor constrained layouts. - Add haptic feedback when manually scrolling across a cycle boundary.
1.0.1 #
- Add
onTabLongPresscallback support. - Add a static indicator mode when cyclic scrolling is disabled (tabs fit viewport).
- Add
tabSpacing/pageSpacingAPIs and refactor indicator behavior accordingly.
1.0.0 #
- Initial release of
cyclic_tab_bar.