Merge pull request #34 from Iconica-Development/fix/show-icon

fix: pass on the show icon property to flutter form input date time w…
This commit is contained in:
Freek van de Ven 2023-11-01 10:43:50 +01:00 committed by GitHub
commit 1490b6f906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -98,4 +98,7 @@
- Bump `flutter_input_library` to version 2.4.0 - Bump `flutter_input_library` to version 2.4.0
## 6.1.6 - October 26th 2023 ## 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( return input.FlutterFormInputDateTime(
enabled: enabled, enabled: enabled,
showIcon: showIcon,
onTapEnabled: onTapEnabled, onTapEnabled: onTapEnabled,
label: label, label: label,
icon: icon, icon: icon,

View file

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