flutter_multi_formatter
flutter_multi_formatter copied to clipboard
Wrong detect Fraction Separator in currency formatter
Hi,
I found a bugs in formatter_utils.dart
file.
with mantissaSeparator = ','
and input string is 1.000 (equal 1000) _detectFractionSeparator
still detect .
as a fraction separator.
Please fix this bugs because it affect to CurrencyInputFormatter
class
Hi! Can you provide a more detailed example? What are the parameters you use for your formatter?