Flutter - Formatting text on the fly

Published: 25 March 2018
on channel: 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...