trio_switch 1.1.0
trio_switch: ^1.1.0 copied to clipboard
A customizable tri-state switch widget for Flutter. Allows users to select one of three states with a smooth sliding indicator animation.
1.1.0 #
- Added
disabledStatesparameter to disable individual segments while keeping others interactive. - Disabled segments appear dimmed (reduced opacity) and ignore taps.
- Added example demonstrating partially disabled and locked selection states.
- Updated README with per-segment disable documentation.
1.0.1 #
- Fixed installation version in README.
1.0.0 #
- Initial stable release of
trio_switch. TrioSwitchwidget with three-state selection and animated sliding indicator.- Customizable track and indicator decorations, colors, and animations.
- Configurable width, height, padding, and border radius.
- Active and inactive icon color support.
- Configurable animation duration and curve.
- Haptic feedback and disabled state support.
- Added example project.
- Comprehensive widget tests.
- Added MIT license.