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

Best way to keep state of getUnformattedValue after navigation? #57

Closed sandysultan closed 4 months ago

sandysultan commented 6 months ago

this is more than a question rather than an issue, when going back (pop) from next screen the value of formatter became 0 again while on textfield the formatted string still shown.

rsegecin commented 6 months ago

This is a state management issue, learn about Provider, Riverpod or Bloc it has nothing to do with this package itself.