input_form_field 0.0.5 copy "input_form_field: ^0.0.5" to clipboard
input_form_field: ^0.0.5 copied to clipboard

Input form field is a StatefulWidget that contains a TextFormField. A convinient widget aiming to simplify complexitiy of default TextFormField widget.

0.0.5 #

  • Screenshots fixed
  • Custom Label added

0.0.4 #

  • BREAKING - disabledBorder param removed. It's now handled by BorderType.none
  • BREAKING - Default 56px heigth removed, supports dynamic height.
  • BREAKING - isPasswordField removed. Password added. Supports customizing the default show/hide icon for visibility.
  • FIX - Show/Hide password UI logic fixed
  • obscuringCharacter support added.
  • BorderType introduced. Supports outlined, bottom and none.
  • Added support for bottomMargin. No need to wrap InputFormField with padding / using SizedBox in between text fields to give bttom margin.
  • disableDefaultValidation changed to enableDefaultValidation

0.0.3 #

0.0.2 #

  • Example added.
  • Default text field height changed to 56, if null.

0.0.1 #

  • Initial release
19
likes
140
pub points
57%
popularity

Publisher

unverified uploader

Input form field is a StatefulWidget that contains a TextFormField. A convinient widget aiming to simplify complexitiy of default TextFormField widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on input_form_field