mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-20 03:13:47 +02:00
Added forgotten parameter
This commit is contained in:
parent
80fa91852f
commit
0a62946ac9
2 changed files with 5 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
|||
- Fix: Proper use of generics
|
||||
- Inputcontrollers now have an onChange.
|
||||
- Added switch input field
|
||||
|
||||
## 1.0.1 - October 13th 2022
|
||||
|
||||
- Added forgotten onChanged parameter on date input field
|
||||
|
|
|
@ -69,6 +69,7 @@ class FlutterFormInputDateTimeController
|
|||
this.checkPageDescription,
|
||||
required this.dateTimeType,
|
||||
required this.dateFormat,
|
||||
this.onChanged,
|
||||
});
|
||||
|
||||
final DateFormat dateFormat;
|
||||
|
|
Loading…
Reference in a new issue