Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 763 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 763 Bytes

[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

[1.0.3] - 05/11/2020

Fixed compile-time error on new Flutter 1.17

[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.1] - 09/07/2019

Fixed a issue with the border not reflecting the inactive color.

[1.0.0] - 09/07/2019

Added the ability to dictate colors for the inactive and disabled states

[0.0.2] - 12/23/2018

Updated documentations & examples

[0.0.1] - 12/23/2018

Initial release