diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1024c..41312bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +- 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 \ No newline at end of file diff --git a/lib/src/widgets/input/input_types/input_date_picker/input_date_picker.dart b/lib/src/widgets/input/input_types/input_date_picker/input_date_picker.dart index 33b0969..1b043e7 100644 --- a/lib/src/widgets/input/input_types/input_date_picker/input_date_picker.dart +++ b/lib/src/widgets/input/input_types/input_date_picker/input_date_picker.dart @@ -51,6 +51,7 @@ class FlutterFormInputDateTime extends FlutterFormInputWidget { return input.FlutterFormInputDateTime( enabled: enabled, + showIcon: showIcon, onTapEnabled: onTapEnabled, label: label, icon: icon, diff --git a/pubspec.yaml b/pubspec.yaml index 3c0f4ab..c3c5dde 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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