flutter_input_library/CHANGELOG.md
2024-02-02 16:38:13 +01:00

66 lines
1.5 KiB
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
## 2.2.1
* Initial time optional on input from the user, defaulting to current time
## 2.3.0
* The ability to set the enabled parameter of TextFormFields
## 2.4.0
* The ability to disable the onTap paramater of the DatePicker
* FlutterFormInputDateTime now also had the enabled parameter to provide to DateTimeInputField
## 2.5.0
* Addition of the ScrollPicker input field.
## 2.5.1
* Addition of `formatInputs` parameter to `FlutterFormInputPlainText` widget.
* Addition of `formatInputs` parameter to `FlutterFormInputPassword` widget.
## 2.5.2
* Addition of `style` parameter to `FlutterFormInputPassword` widget.
## 2.6.0
* Addition of the `textCapitalization` parameter to `FlutterFormInputPlainText` and `FlutterFormInputMultiLine`.
## 2.6.1
* Addition of 'obscureText' parameter to 'FlutterFormInputPlainText'
## 2.7.0
* Addition of 'decoration' parameter to 'FlutterFormInputPassword'
## 2.7.1
* Added Iconica CI and Iconica Linter