Currency Masking on Text Input

I have tried various Pub Dev packages and custom decimals masking but can't get it right.

I am entering a currency value into a textfield and need this to automatically mask the input when typing. examples below:

1000 - 1,000

10000 - 10,000

100000 - 100,000

1000000 - 1,000,000

10000000 - 10,000,000

Any way to do this successfully, when using custom masks, it never seems to work :)

20
6 replies