Android Studio – flutter : value not passed to the previous screen and is shown null while using constructor
Basically, I have two classes Register and AddUser. I want to navigate value from the AddUser page to the RegisterPage but I am not getting any values despite using the constructor and getting null value while debugging. User First lands…