2022-10-12 11:43:37 +02:00
|
|
|
## 0.0.2 - October 10th 2022
|
2022-09-19 09:52:00 +02:00
|
|
|
|
2022-09-28 11:52:18 +02:00
|
|
|
- Initial release
|
2022-10-11 16:35:47 +02:00
|
|
|
|
2022-10-12 17:01:35 +02:00
|
|
|
## 0.1.0 - October 12th 2022
|
2022-10-11 16:35:47 +02:00
|
|
|
|
|
|
|
- Added a multi line plain text input widget
|
|
|
|
- Ability to set the scrolldirection of the pageview
|
|
|
|
- Ability to set the scrollphysics of the pages' scrollview.
|
2022-10-12 17:01:35 +02:00
|
|
|
|
|
|
|
## 0.2.0 - October 13th 2022
|
|
|
|
|
|
|
|
- Added date input widget
|
2022-10-13 13:38:42 +02:00
|
|
|
|
2022-10-13 13:39:35 +02:00
|
|
|
## 1.0.0 - October 13th 2022
|
2022-10-13 13:38:42 +02:00
|
|
|
|
|
|
|
- Fix: Proper use of generics
|
|
|
|
- Inputcontrollers now have an onChange.
|
2022-10-13 13:39:12 +02:00
|
|
|
- Added switch input field
|
2022-10-13 14:59:14 +02:00
|
|
|
|
|
|
|
## 1.0.1 - October 13th 2022
|
|
|
|
|
|
|
|
- Added forgotten onChanged parameter on date input field
|
2022-10-19 09:24:37 +02:00
|
|
|
|
|
|
|
## 1.0.2 - October 13th 2022
|
|
|
|
|
2022-10-26 09:00:24 +02:00
|
|
|
- Added forgotten icon parameter on date input field and scrollpadding on text inputfield
|
|
|
|
## 2.0.0 - October 26th 2022
|
|
|
|
|
|
|
|
- Added the id of the input field on the input check widget.
|
|
|
|
- Ability to set the height of the carousel input field.
|
|
|
|
- InputController now contains the onSubmit callback.
|
2022-10-27 16:03:26 +02:00
|
|
|
|
|
|
|
## 2.0.1 - October 27th 2022
|
|
|
|
|
|
|
|
- onChange of switch input not firing fixed
|
2022-11-29 09:43:55 +01:00
|
|
|
|
|
|
|
## 4.0.2 - November 29th 2022
|
|
|
|
|
|
|
|
- Name change to flutter_form_wizard
|
2022-11-29 15:12:55 +01:00
|
|
|
|
|
|
|
|
|
|
|
## 4.0.3 - November 29th 2022
|
|
|
|
|
|
|
|
- Change from input to `flutter_input_library`
|
2022-12-23 16:17:51 +01:00
|
|
|
|
|
|
|
## 5.0.0 - November 29th 2022
|
|
|
|
|
2023-01-12 14:12:45 +01:00
|
|
|
- `flutter_input_library` now enforces 24h time requirements
|
|
|
|
|
2023-01-12 14:47:12 +01:00
|
|
|
## 5.0.4 - January 12th 2023
|
2023-01-12 14:12:45 +01:00
|
|
|
|
2023-01-12 15:04:45 +01:00
|
|
|
- Add FocusNode option to inputs
|
|
|
|
|
|
|
|
## 5.0.5 - January 12th 2023
|
|
|
|
|
2023-01-16 15:27:57 +01:00
|
|
|
- Expose translations
|
|
|
|
|
|
|
|
## 5.0.6 - January 12th 2023
|
|
|
|
|
2023-01-17 15:02:23 +01:00
|
|
|
- `flutter_input_library` datetime validator fix
|
|
|
|
|
|
|
|
## 5.0.7 - January 12th 2023
|
|
|
|
|
2023-01-18 11:18:43 +01:00
|
|
|
- `flutter_input_library` add styling text datetime fix
|
|
|
|
|
|
|
|
## 5.0.8 - January 18th 2023
|
|
|
|
|
2023-03-24 10:04:58 +01:00
|
|
|
- `flutter_input_library` add focusNode option to `FlutterFormInputMultiLine`
|
|
|
|
|
|
|
|
## 5.0.9 - January 18th 2023
|
|
|
|
|
2023-03-28 10:20:12 +02:00
|
|
|
- `flutter_input_library` add initial time picker parameter
|
|
|
|
|
|
|
|
## 6.0.0 - march 28th 2023
|
|
|
|
|
|
|
|
- Bump `flutter_input_library` to version 2.0.0
|
2023-05-12 11:29:42 +02:00
|
|
|
- Remove unnecessary `riverpod` dependency
|
|
|
|
|
|
|
|
## 6.1.0 - May 12th 2023
|
|
|
|
|
2023-08-10 09:51:27 +02:00
|
|
|
- Make compatible to flutter 3.10
|
|
|
|
|
|
|
|
## 6.1.1 - August 10th 2023
|
|
|
|
|
2023-08-11 10:06:06 +02:00
|
|
|
- Bump `flutter_input_library` to version 2.2.0
|
|
|
|
## 6.1.2 - August 11th 2023
|
|
|
|
|
|
|
|
- Bump `flutter_input_library` to version 2.2.1
|
2023-09-26 11:52:52 +02:00
|
|
|
|
|
|
|
## 6.1.3 - September 26th 2023
|
2023-10-26 15:23:32 +02:00
|
|
|
- Fix date format for datecontroller
|
|
|
|
|
|
|
|
## 6.1.4 - October 26th 2023
|
2023-10-26 16:27:05 +02:00
|
|
|
- Bump `flutter_input_library` to version 2.3.0
|
|
|
|
|
|
|
|
## 6.1.5 - October 26th 2023
|
2023-10-27 11:12:26 +02:00
|
|
|
- Bump `flutter_input_library` to version 2.4.0
|
|
|
|
|
|
|
|
## 6.1.6 - October 26th 2023
|
2023-11-01 10:24:37 +01:00
|
|
|
- Add enabled property to FlutterFormInputPlainText and FlutterFormInputDateTime
|
|
|
|
|
|
|
|
## 6.1.7 - November 1st 2023
|
2023-12-06 15:01:22 +01:00
|
|
|
- pass on the show icon property to flutter form input date time widget
|
|
|
|
|
|
|
|
## 6.1.8 - December 6th 2023
|
|
|
|
- Pass on the style property to the FlutterFormPlainText input widget
|
2023-12-14 16:36:43 +01:00
|
|
|
- Bump `flutter_input_library` to version 2.5.0
|
|
|
|
|
|
|
|
## 6.2.0 - December 14th 2023
|
|
|
|
- Pass on the `textCapitalization` property to FlutterFormPlainText and FlutterFormMultiLine
|