flutter_input_library/CHANGELOG.md

26 lines
393 B
Markdown
Raw Normal View History

2022-11-29 13:16:44 +01:00
## 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
2023-01-11 13:02:37 +01:00
* add decoration option for datetime input fields
2023-01-12 09:39:31 +01:00
## 1.0.3
2023-01-11 13:02:37 +01:00
2023-01-16 15:07:01 +01:00
* add FocusNode option for input fields
## 1.0.4
* fix datetimepicker format and validator
2023-01-17 14:56:30 +01:00
## 1.0.5
* add style to datetime
2023-03-24 09:49:03 +01:00
## 1.0.6
* add initial timepicker parameter