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
copyWith
to SimpleInputDecoration - [FEAT] Add
copyWith
to SimpleInputBorder
3.0.0 #
- [BREAKING] Redesign package to support flutter 3.0
2.1.0 #
- Add
enableIMEPersonalizedLearning
option. - Add
label
decoration option. - Add
floatingLabelStyle
decoration option. - Add
constraints
decoration option. - Replace deprecated themeData with new themeData.
- Fix dart formatting issues.
2.0.2 #
- README updates.
2.0.1 #
- README updates.
- Change
borderRadius
default value toconst BorderRadius.all(Radius.circular(2.0))
. - Rename
SimpleTextFieldTitle
toSimpleTextFieldLabel
. - Apply Material design textTheme.
2.0.0 #
- Migrate null safety.
- Remove deprecated parameter
maxLengthEnforced
.
1.0.2 #
- README updates.
- Change
autocorrect
default value tofalse
. - Remove deprecated parameter
hasFloatingPlaceholder
.
1.0.1 #
- README updates.
- Add
focusedBorderColor
param. - Add
focusedErrorBorderColor
param.
1.0.0 #
- Initial release.