bhrott / flutter-masked-text

A masked text for Flutter.

Home Page:https://pub.dartlang.org/packages/flutter_masked_text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I without Decimals ?

adsants opened this issue · comments

Ex : 22000
I Want just 22.000 Not 22.000,00

i make MoneyMaskedTextController()

MoneyMaskedTextController conntroller = new MoneyMaskedTextController(precision: 0, decimalSeparator: "");

Hi, can anyone tell me why precision doesn't work for me?

issueGit

And also if I use decimalSeparator: "", the text didn't mask at all.