2022-11-29 13:16:44 +01:00
|
|
|
## 0.0.1
|
|
|
|
|
|
|
|
* Initial release, retrieved inputs from flutter_form
|
2022-12-20 13:46:35 +01:00
|
|
|
|
|
|
|
## 1.0.0
|
|
|
|
|
2023-01-05 11:15:16 +01:00
|
|
|
* 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
|
|
|
|
|
2023-03-28 09:50:37 +02:00
|
|
|
## 2.0.0
|
|
|
|
* remove 'riverpod' dependency
|
2023-05-12 11:20:08 +02:00
|
|
|
|
|
|
|
## 2.1.0
|
|
|
|
* make compatible with flutter 3.10
|
2023-08-09 15:47:58 +02:00
|
|
|
|
|
|
|
## 2.2.0
|
2023-08-10 11:26:38 +02:00
|
|
|
* Dateformat optional on input from the user, defaulting to 24 hour format
|
|
|
|
|
|
|
|
## 2.2.1
|
2023-10-26 14:11:22 +02:00
|
|
|
* Initial time optional on input from the user, defaulting to current time
|
|
|
|
|
|
|
|
## 2.3.0
|
2023-10-26 16:12:37 +02:00
|
|
|
* The ability to set the enabled parameter of TextFormFields
|
|
|
|
|
|
|
|
## 2.4.0
|
|
|
|
* The ability to disable the onTap paramater of the DatePicker
|
2023-11-01 11:30:31 +01:00
|
|
|
* FlutterFormInputDateTime now also had the enabled parameter to provide to DateTimeInputField
|
|
|
|
|
|
|
|
## 2.5.0
|
2023-12-07 14:29:38 +01:00
|
|
|
* Addition of the ScrollPicker input field.
|
|
|
|
|
|
|
|
## 2.5.1
|
|
|
|
* Addition of `formatInputs` parameter to `FlutterFormInputPlainText` widget.
|
2023-12-08 10:55:45 +01:00
|
|
|
* Addition of `formatInputs` parameter to `FlutterFormInputPassword` widget.
|
|
|
|
|
|
|
|
## 2.5.2
|
2023-12-14 16:24:51 +01:00
|
|
|
* Addition of `style` parameter to `FlutterFormInputPassword` widget.
|
|
|
|
|
|
|
|
## 2.6.0
|
2024-01-23 13:11:28 +01:00
|
|
|
* Addition of the `textCapitalization` parameter to `FlutterFormInputPlainText` and `FlutterFormInputMultiLine`.
|
|
|
|
|
|
|
|
## 2.6.1
|
2024-02-01 11:15:35 +01:00
|
|
|
* Addition of 'obscureText' parameter to 'FlutterFormInputPlainText'
|
|
|
|
|
|
|
|
## 2.7.0
|
2024-02-06 10:29:04 +01:00
|
|
|
* Addition of 'decoration' parameter to 'FlutterFormInputPassword'
|
|
|
|
|
2024-02-02 11:48:45 +01:00
|
|
|
## 2.7.1
|
2024-02-06 10:40:45 +01:00
|
|
|
* Added Iconica CI and Iconica Linter
|
2024-02-02 11:48:45 +01:00
|
|
|
|
2024-02-06 10:29:04 +01:00
|
|
|
## 3.0.0
|
2024-02-06 10:40:45 +01:00
|
|
|
* Updated the FlutterFormInputSwitch to FlutterFormInputBool. This now includes a parameter to either show a checkbox or switch
|
2024-02-07 16:13:35 +01:00
|
|
|
|
|
|
|
## 3.1.0
|
|
|
|
* `FlutterFormInputPassword` now has the controller parameter to set the `TextEditingController` of the `TextFormField`
|
2024-02-16 12:45:09 +01:00
|
|
|
|
|
|
|
## 3.2.0
|
|
|
|
* Added `FlutterFormInputPhone`
|
2024-02-21 13:55:02 +01:00
|
|
|
|
|
|
|
## 3.2.1
|
|
|
|
* Added `PhoneNumber` model to save the `FlutterFormInputPhone` result.
|
|
|
|
* Added more customization for `FlutterFormInputPhone`.
|
2024-04-25 08:39:37 +02:00
|
|
|
|
|
|
|
## 3.3.0
|
|
|
|
* Added `FlutterFormInputRadioPicker`
|
|
|
|
* Changed the `FlutterFormInputNumberPicker` and added axis parameter.
|
2024-05-14 14:08:36 +02:00
|
|
|
* Changed the formating of the result value of the `showDateRangePicker`.
|
|
|
|
|
|
|
|
## 3.3.1
|
|
|
|
* Loosened the dependen on intl to be more compatible with several Flutter versions
|
2024-06-28 14:17:18 +02:00
|
|
|
|
|
|
|
## 3.4.0
|
|
|
|
* Added `FlutterFormInputDropdown`
|