Hi, Whenever I go to the next step after I inputted the value on the TextFormField the formatter.getUnformattedValue().toInt() returns the expected value however when I go to the next step the formatter value resets back to the intialValue it doesn't keep the input value. How do I keep the value on Stepper?
Hi, Whenever I go to the next step after I inputted the value on the
TextFormField
theformatter.getUnformattedValue().toInt()
returns the expected value however when I go to the next step theformatter
value resets back to theintialValue
it doesn't keep the input value. How do I keep the value onStepper
?Example snippet https://pastebin.com/ULWBxnpD