Flutter: Save page state when using bottom Nav
Dec 26, 2020 · 6 min read · In this article, I will solve one of the common problems. The problem is when they switch between two pages using bottom navigation it doesn't keep the state of the page. I am going to solve this problem using IndexedStack and if you know about this...
NNitish commented