BilalShahid13 / PersistentBottomNavBar

A highly customizable persistent bottom navigation bar for Flutter
BSD 3-Clause "New" or "Revised" License
507 stars 368 forks source link

Rebuild screen from scratch #329

Open vipinnegi90 opened 1 year ago

vipinnegi90 commented 1 year ago

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.

a7me63azzab commented 11 months ago

I am facing the same problem , are you found any solution for this issue ??

Joao-VictorF commented 9 months ago

Im having the same issue. Any news on this?