circular_check_box 1.0.4 circular_check_box: ^1.0.4 copied to clipboard
Same as the regular checkbox, but circular!
[0.0.1] - 12/23/2018 #
Initial release
[0.0.2] - 12/23/2018 #
Updated documentations & examples
[1.0.0] - 09/07/2019 #
Added the ability to dictate colors for the inactive and disabled states
[1.0.1] - 09/07/2019 #
Fixed a issue with the border not reflecting the inactive color.
[1.0.2] - 04/28/2020 #
Add the ability to customize check, focus and hover color Add the use of FocusNode and autofocus using FocusableActionDetector Add the use of VisualDensity Change the way the circular border is drawn, using Paint's strokeWidth and style Added example
[1.0.3] - 05/11/2020 #
Fixed compile-time error on new Flutter 1.17
[1.0.4] - 05/11/2020 #
Bumped the version, supports flutter 1.20 and up. Use version 1.0.3 of the plugin for 1.17 support