How to go back to home when refreshing Flutter web app from browser?
I am developing a flutter app with Getx, on Android and IOS is working fine, but if i use it on web, when I refresh from the browser, I lose the navigation stack and I stay “blocked” in the page, because the arrow icon to go back also disappears. I also lose some data that I passed from previous pages. The ideal for me is to go back to the /home after a browser refresh. This is my main
How to go back to home when refreshing Flutter web app from browser?
I am developing a flutter app with Getx, on Android and IOS is working fine, but if i use it on web, when I refresh from the browser, I lose the navigation stack and I stay “blocked” in the page, because the arrow icon to go back also disappears. I also lose some data that I passed from previous pages. The ideal for me is to go back to the /home after a browser refresh. This is my main
How to go back to home when refreshing Flutter web app from browser?
I am developing a flutter app with Getx, on Android and IOS is working fine, but if i use it on web, when I refresh from the browser, I lose the navigation stack and I stay “blocked” in the page, because the arrow icon to go back also disappears. I also lose some data that I passed from previous pages. The ideal for me is to go back to the /home after a browser refresh. This is my main