PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
Rebuild screen from scratch
trafficstars
I have this requirement where every time I visit a tab it should behave like it is tapped as the first time. From that I mean the complete layout needs to rebuild including initState(). There are few HTTP requests are being called on initState which will display data on the same screen. So upon visiting a tab I must pull the updated data to display. Setting stateManagement property to false didn't help.
I am facing the same problem , are you found any solution for this issue ??
Im having the same issue. Any news on this?