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...