flutter_advanced_switch 3.2.0
flutter_advanced_switch: ^3.2.0 copied to clipboard
An advanced switch control provides a rich API for widget customization that opens a new look and feel in your app.
3.2.0 #
decorationproperty added to replace deprecatedborderRadius.thumbPaddingproperty added for customizable thumb spacing.- Improved controller lifecycle management.
- Fixed overflow issues with thumb padding.
- Enhanced documentation for all public properties.
- Modernized example app with better UI/UX.
- Added support for custom thumb border radius based on padding.
- Cursor now shows forbidden state when switch is disabled.
3.1.1 #
- Documentation updated.
- Removed unnecessary dependencies.
3.1.0 #
- Implemented second way to handle and change the value of the switch.
- Properties
initialValueandonChangedwere added. - Prevent widget enabled when
controllerandonChangedis null.
3.0.1 #
- BoxDecoration borderRadius replaced with ClipRRect
3.0.0+1 #
- Documentation updated.
3.0.0 #
- Custom controller changed to ValueNotifier.
- Reload animation on widget update.
2.1.0 #
- Change thumb with a custom widget support provided.
2.0.2+2 #
- Pointing cursor added for web.
2.0.2+1 #
- LICENSE CHANGED.
2.0.2 #
- Disabled opacity property added.
2.0.1 #
- Enabled/disabled state property.
- Documentation improved.
2.0.0 #
- Null Safety implemented.
1.0.0+1 #
- Code format fixed.
1.0.0 #
- State management changed to controller.
0.0.9+4 #
- License changed to MIT.
0.0.9+3 #
- Changelog information provided.
0.0.9+2 #
- Code formatting fixed.
- Documentation url fixed.
0.0.8 #
- Documentation improved.
0.0.7 #
- Adding active/inactive widgets feature implemented.
0.0.6 #
- Adding active/inactive background images feature implemented.