Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 1.1 KB

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