flutter_form_fields 0.0.5
flutter_form_fields: ^0.0.5 copied to clipboard
Custom widgets to help developers create input fields with validations that are not available in flutter sdk.
0.0.1 20-07-2023 #
- Added RadioFormField.
0.0.2 20-07-2023 #
- Fix Repository Link
0.0.3 21-07-2023 #
- Add ProfileImageFormField
0.0.4 24-07-2023 #
- Added CheckBoxFormField
- Added Controllers for all the FormFields
- Added Title and Axis Direction to RadioFormField and CheckboxFormField
- Change values from String only to Dynamic
0.0.5 26-07-2023 #
- Taking List of RadioFormFieldItem Instead of Map as items in RadioFormField
- Taking List of CheckBoxFormFieldItem Instead of Map as items in CheckBoxFormField