animated_segmented_tab_control 2.0.0 animated_segmented_tab_control: ^2.0.0 copied to clipboard
A customizable segmented control that can be used with a TabView.
2.0.0 #
- Breaking changes
SegmentedTabControl.backgroundColor
andSegmentedTabControl.backgroundGradient
params replaced withbarDecoration
so you gain more customisation;SegmentedTabControl.indicatorColor
andSegmentedTabControl.indicatorGradient
params replaced withindicatorDecoration
;SegmentedTabControl.radius
param was deleted. Now you could set border radius separately forbar
andindicator
using decorations;- the default
SegmentedTabControl.height
is equal tokTextTabBarHeight
now. 48.0.
- Fix indicator drag behaviour
1.2.1 #
- Enhancement: Add
selectedTextStyle
parameter
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