simple_text_field 3.2.0
simple_text_field: ^3.2.0 copied to clipboard
This package provides the ability to implement OutlineTextField with simple settings.
3.2.0 #
- [FEAT] Add
copyWithto SimpleInputDecoration - [FEAT] Add
copyWithto SimpleInputBorder
3.0.0 #
- [BREAKING] Redesign package to support flutter 3.0
2.1.0 #
- Add
enableIMEPersonalizedLearningoption. - Add
labeldecoration option. - Add
floatingLabelStyledecoration option. - Add
constraintsdecoration option. - Replace deprecated themeData with new themeData.
- Fix dart formatting issues.
2.0.2 #
- README updates.
2.0.1 #
- README updates.
- Change
borderRadiusdefault value toconst BorderRadius.all(Radius.circular(2.0)). - Rename
SimpleTextFieldTitletoSimpleTextFieldLabel. - Apply Material design textTheme.
2.0.0 #
- Migrate null safety.
- Remove deprecated parameter
maxLengthEnforced.
1.0.2 #
- README updates.
- Change
autocorrectdefault value tofalse. - Remove deprecated parameter
hasFloatingPlaceholder.
1.0.1 #
- README updates.
- Add
focusedBorderColorparam. - Add
focusedErrorBorderColorparam.
1.0.0 #
- Initial release.