Flutter – The entered value of TextFormFied disappears when navigating to another page and coming back
I want the TextFormFied value to persist even when navigating to another page and coming back. I think it can be achieved by using Provider. but don't know how to update the controller with the proivder class instance variable. Here…