fix: pass on the show icon property to flutter form input date time widget

This commit is contained in:
FahadFahim71 2023-11-01 10:24:37 +01:00
parent 82fcf5258a
commit 5ae4ce4d8a
3 changed files with 6 additions and 2 deletions

View file

@ -98,4 +98,7 @@
- Bump `flutter_input_library` to version 2.4.0
## 6.1.6 - October 26th 2023
- Add enabled property to FlutterFormInputPlainText and FlutterFormInputDateTime
- Add enabled property to FlutterFormInputPlainText and FlutterFormInputDateTime
## 6.1.7 - November 1st 2023
- pass on the show icon property to flutter form input date time widget

View file

@ -51,6 +51,7 @@ class FlutterFormInputDateTime extends FlutterFormInputWidget<String> {
return input.FlutterFormInputDateTime(
enabled: enabled,
showIcon: showIcon,
onTapEnabled: onTapEnabled,
label: label,
icon: icon,

View file

@ -1,6 +1,6 @@
name: flutter_form_wizard
description: A new Flutter package project.
version: 6.1.6
version: 6.1.7
homepage: https://github.com/Iconica-Development/flutter_form_wizard
publish_to: none