Closed MiniSuperDev closed 4 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.
CurrencyTextInputFormatter
Thanks
Hello @MiniSuperDev
You can only change some value in runtime to use setState(() {}).
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