text_formatters 0.0.1 copy "text_formatters: ^0.0.1" to clipboard
text_formatters: ^0.0.1 copied to clipboard

outdated

A package of pre-build `TextInputFormatter` objects to use with Flutter's `TextField` or `TextFormField` widgets.

text_formatters #

A package of pre-build TextInputFormatter objects to use with Flutter's TextField or TextFormField widgets.

Formatters #

  • UppercaseInputFormatter, example 'THISISMYTEXT'
  • LowercaseInputFormatter, example 'thisismytext'
  • AlternatingCapsInputFormatter, example 'ThIsIsMyTeXt'

Usage #

new TextField(
    inputFormatters: [
        UppercaseInputFormatter(),
    ],
),

Dependencies #

This widget set relies on these external third-party components:

Changelog #

Please see the Changelog page to know what's recently changed.

Contributions #

Feel free to contribute to this project.

If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue.
If you fixed a bug or implemented a new feature, please send a pull request.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A package of pre-build `TextInputFormatter` objects to use with Flutter's `TextField` or `TextFormField` widgets.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, groovin_string_masks

More

Packages that depend on text_formatters