ProfileView: enter image description here Sorry for my English. I recently started to study flutter and the following question appeared: I have a ProfileView page, this page has subscribers and subscriptions buttons, when you click on the button, you go to the list of users, then after clicking on any of the users, you go to the ProfileView page of this user ... if I go back, the first profile view page is reloaded and the ProfileView page of the last open user is shown. how to keep everything on the stack?
this is Followers View : enter image description here