Flutter – How can I allow a single space in a regex in Dart but allow other characters to be 1 or more?
I've looked through tons of stuff and all point to just add a space in the regex but it doesn't work for me, can you explain why and how can I make it work? Right now the expression I am…