flutter_input_library/CHANGELOG.md
2023-08-09 17:11:19 +02:00

33 lines
565 B
Markdown

## 0.0.1
* Initial release, retrieved inputs from flutter_form
## 1.0.0
* enforce 24h clock in the time picker because it can caused a bug on web
## 1.0.1
* add decoration option for datetime input fields
## 1.0.3
* add FocusNode option for input fields
## 1.0.4
* fix datetimepicker format and validator
## 1.0.5
* add style to datetime
## 1.0.6
* add initial timepicker parameter
## 2.0.0
* remove 'riverpod' dependency
## 2.1.0
* make compatible with flutter 3.10
## 2.2.0
* Dateformat optional on input from the user, defaulting to 24 hour format