flutter_switch_2_3_states 0.0.9 flutter_switch_2_3_states: ^0.0.9 copied to clipboard
Widget switch with 2 or 3 states and custom icons, values and text.
[0.0.9] 2021-06-06 #
- Update dependecy cupertino_icons to 1.0.3
[0.0.8] 2021-04-26 #
| Note: This release has breaking changes.
- BREAKING: isThreeStates has been removed. Now, to set the switch with two states, parse the list with two values, example: values = [false, true]
- Add height option on WidgetSwitch1, see the effect in example 3.
[0.0.7] 2021-04-23 #
- Bug: WidgetSwitch3 - center text is disappearing when button move to left and right
- Changed default list [0, 1, 2] to [0, 2, 1]
- Added asserts into the classes
- Removed dart_style dependency
[0.0.6] 2021-04-22 #
- Dart format
- Update readme.md
- Add new WidgetSwitch3
[0.0.5] 2021-04-22 #
- Update documents
[0.0.4] 2021-04-22 #
- Update documents
[0.0.3] 2021-04-21 #
| Note: This release has breaking changes.
- BREAKING: buttonDiameter has been renamed to buttonSize
[0.0.2] 2021-04-21 #
- Update readme.md
[0.0.1] 2021-04-21 #
- Initial.