flexible_tab_bar 0.2.0
flexible_tab_bar: ^0.2.0 copied to clipboard
A beautifully animated, flex-based tab bar for Flutter. Active tabs expand, inactive tabs compact — with icons, labels, optional count badges, and smooth transitions.
0.2.0 #
- Fix: Dividers now render correctly at ~85% of tab bar height (was invisible due to zero-height Container).
- Fix: Dividers default to white 30% opacity for visibility on dark backgrounds.
- Fix: Widget test updated from default template to actual tab bar test.
- Docs: Screenshots, problem/pain-point section, AI agent integration guide added.
- Example: Cleaned up — removed fake price data, only demos tab bar variants.
- Internal:
CrossAxisAlignment.centerretained as default (stretch breaks in scrollable layouts).
0.1.0 #
- Initial release.
FlexibleTabBarwidget with animated expand/compact behavior.FlexibleTabdata model with label, icon, and optional count.- Support for custom colors, dividers, badges, and animation settings.
alwaysShowLabeloption for always-visible tab labels.