I'm trying to find a way to add a blank space while typing in a TextFormField.
I found a way how to do this a while back but I cannot find it now, no matter what I search for on Google or here on StackOverflow ..
Basically I want to turn the text shown in the textfield from 000011112222333 to 0000 1111 2222 3333
I'm guessing I need to use some RegExp check in the onChanged function of a TextFormField and use it to change the TextEditingController's .text