Skip to content

codegrue/text_formatters

Repository files navigation

text_formatters

A package of pre-built 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.

About

A package of pre-built `TextInputFormatter` objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published