2.0.1 - 2023-02-11
- Replaced usages of APIs which were deprecated in Flutter 3.7
2.0.0 - 2022-12-14
- Default size changed to
18
- Set default checkmark color from Theme
- Spelling of "check mark" in documentation
1.2.1 - 2022-11-11
- Support button size in README.md
1.2.0 - 2022-11-11
- Ability to fully customize coloring of the checkbox, using MSHColorConfig.
MSHCheckbox.checkedColor
MSHCheckbox.uncheckedColor
MSHCheckbox.disabledColor
If you don't want more fine grained control over colors, and still want
to use the above three properties, you can use MSHColorConfig.fromCheckedUncheckedDisabled()
.
1.1.2 - 2022-11-08
- Checkbox should be checked on the initial build if initial value is true (thanks @pitriq!)
1.1.1 - 2022-06-20
- Gave each animation style a different default animation duration, each suited to the particular animation.
1.1.0 - 2022-06-20
-
Ability to choose between 4 styles of checkbox animation.
- Stroke
- Filled, with scaled in background
- Filled, with scaled in checkmark
- Filled, with both background and checkmark faded in.
- Removed transparency from default colors.
1.0.3 - 2022-06-13
- Fixed sizing issue (widget was compressed to zero size in some contexts).
1.0.2 - 2022-06-13
- Added visual preview to README.md
1.0.1 - 2022-06-13
- Change to MIT license
1.0.0 - 2022-06-13
- Initial release