- Screenshots fixed
- Custom Label added
- BREAKING -
disabledBorder
param removed. It's now handled byBorderType.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. Supportsoutlined
,bottom
andnone
.- Added support for
bottomMargin
. No need to wrapInputFormField
withpadding
/ usingSizedBox
in between text fields to give bttom margin. disableDefaultValidation
changed toenableDefaultValidation
- Closes Need a parameter or design update to make the Label centered when it's not focused
- Closes Need textStyle to change input textStyle
- Readme file updated
- Example added.
- Default text field height changed to 56, if null.
- Initial release