animated_segmented_tab_control_plus
A customizable segmented control that can be used with a TabView.
2.0.2
86 downloads/mo
#2362 most downloaded on pub.dev
danbeyene/animated-segmented-tab-control-plus
What this package is like to depend on
Last release 5 months ago
17 Mar 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
6 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Feb 2026 to Mar 2026Releases
latest 3-
2.0.217 Mar 2026Release notes
Open source →- 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
- RTL (Right-to-Left) support using
-
2.0.109 Mar 2026Release notes
Open source →- Fix: Remove listener from
TabControlleranimation indisposeto prevent memory leaks
- Fix: Remove listener from
-
2.0.021 Feb 2026Release notes
Open source →- 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
- Breaking changes