simple_text_field 1.0.0 copy "simple_text_field: ^1.0.0" to clipboard
simple_text_field: ^1.0.0 copied to clipboard

outdated

This package is a TextField that allows you to implement the OutlineInputBoard with simple settings.

This package is a TextField that allows you to implement the OutlineInputBoard with simple settings. It includes all the options provided by the existing TextField, and additionally includes an option to block white space or special characters.

Getting started #

To use this package, add simple_text_field as a dependency in your pubspec.yaml file. For example:

dependencies:
  simple_text_field: ^1.0.0

SimpleTextField (※ Show only added options) #

Parameter Description
decoration Used to decorate SimpleTextField.
title Title can be created using SimpleTextFieldTitle.
titleAlignment Set the alignment value of the title widget.
ignoreWhiteSpace Whether to ignore input of white space.
ignoreSpecialChar Whether to ignore input of special characters.

SimpleInputDecoration (※ Show only added options) #

Parameter Description
disabledColor* fillColor to display when a SimpleTextField is disabled.
removeBorder Whether to remove the border of a SimpleTextField.
simpleBorder Whether to automatically create a OutlineInputBoard.
borderColor* The color of the border that will be shown to us in general.
errorBorderColor* The color of the border to show when the errorText is not null.
borderWidth* Set the width of the border.
focusedBorderWidth* Set the width of the focused border.
borderRadius* Set the radius of the border.

Note: The parameters marked with an asterisk(*) operate when simpleBorder is true.

SimpleTextFieldTitle #

Parameter Description
title Set the title text.
titleStyle Specifies the style of the title text.
asterStyle Specifies the style of the asterisk character.
padding Set the title padding.
important When set to true, an asterisk character appears.
6
likes
0
pub points
70%
popularity

Publisher

unverified uploader

This package is a TextField that allows you to implement the OutlineInputBoard with simple settings.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on simple_text_field