animated_segmented_tab_control_plus 2.0.2
animated_segmented_tab_control_plus: ^2.0.2 copied to clipboard
A customizable segmented control that can be used with a TabView.
2.0.2 #
- RTL (Right-to-Left) support using
AlignmentDirectional - Improved responsiveness: now handles
maxWidthandtabschanges dynamically indidUpdateWidget - Fixed animation jitter during tab changes
- Updated example app with a language toggle for testing RTL/LTR support
2.0.1 #
- Fix: Remove listener from
TabControlleranimation indisposeto prevent memory leaks
2.0.0 #
- Breaking changes
SegmentedTabControl.backgroundColorandSegmentedTabControl.backgroundGradientparams replaced withbarDecorationso you gain more customisation;SegmentedTabControl.indicatorColorandSegmentedTabControl.indicatorGradientparams replaced withindicatorDecoration;SegmentedTabControl.radiusparam was deleted. Now you could set border radius separately forbarandindicatorusing decorations;- the default
SegmentedTabControl.heightis equal tokTextTabBarHeightnow. 48.0.
- Fix indicator drag behaviour
- Enhancement: Add
selectedTextStyleparameter
1.2.0 #
- Enhancement: Add possibility to set different sizes of tabs (
flex) - Fix indicator padding
1.1.0 #
- Enhancement: Add background and indicator gradient support by CodeEagle
- Bugfix #15 Indicator initial position
- Fix tab bar padding by phantoms158
1.0.1 #
- Minor fixes.
1.0.0 #
- Added documentation.
- Updated example with pub.dev rules.
- Initial stable release.
0.0.1 #
Initial release