Flutter - Formatting text on the fly

Опубликовано: 25 Март 2018
на канале: Brandon Donnelson
7,608
88

In this episode, I cover creating text formatters which are used with the TextField or TextFormField. The text formatters can be used to format and validate text on the fly.

This video covers:
Change inputted text to lowercase
Change inputted text to uppercase
Create text formatters to do the job

Source code:
https://gist.github.com/branflake2267...