checkbox_formfield/CHANGELOG.md

38 lines
930 B
Markdown
Raw Permalink Normal View History

2022-01-02 10:08:47 +00:00
## [0.2.0] - January 2, 2022 - BREAKING CHANGE!
* [CheckboxIconFormfield] Replace `accentIconTheme.color` with `colorScheme.secondary` as `accentIconTheme.color` is deprecated
* [CheckboxListTileFormfield] Add `contentPadding` and `autofocus`
2022-01-02 04:07:02 +00:00
## [0.1.2] - January 2, 2022
* Update library versions, the sample and README.md
2021-12-05 15:16:57 +00:00
## [0.1.1] - December 5, 2021
2021-12-05 15:19:00 +00:00
* Update for new versions: null safety, onChanged, autovalidateMode
2021-12-05 15:16:57 +00:00
## [0.1.0+3] - April 22, 2020
* Update description
* Fix typo: checkbox_list tile_formfield.dart --> checkbox_list_tile_formfield.dart
2020-04-22 15:38:03 +00:00
## [0.1.0+2] - April 22, 2020
* Update description
2020-04-12 15:24:49 +00:00
## [0.1.0+1] - April 12, 2020
* Add example directory
## [0.1.0] - April 12, 2020
* Big fix: CheckboxIconFormField.enabled was not working
* Default colors can be set by providing `context` properly
* Update README.md
2020-04-12 10:23:24 +00:00
## [0.0.1] - April 12, 2020
* Add CheckboxListTileFormField
* Add CheckboxIconFormField