gtgalone / currency_text_input_formatter

Currency Text Input Formatter for Flutter.
https://pub.dev/packages/currency_text_input_formatter
MIT License
50 stars 29 forks source link

How can I change the validator configuration at runtime? #59

Closed MiniSuperDev closed 4 months ago

MiniSuperDev commented 5 months ago

For example when the user change the locale, or when you have a field that is a country, so the symbol and locale of the CurrencyTextInputFormatter will need to be updated.

Thanks

gtgalone commented 4 months ago

Hello @MiniSuperDev

You can only change some value in runtime to use setState(() {}).