PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
Going back to homepage after moving to various screen if have to tab home section twice
https://user-images.githubusercontent.com/88366070/138468551-687b60b2-d3a6-47fe-960c-137b3bfa2244.mp4
Looking at the recorded screen you are going to understand the issue am facing
PersistentTabView(
context,
controller: _controller,
screens: _buildScreens(),
items: _navBarsItems(),
confineInSafeArea: true,
stateManagement: true,// make this as false
update stateManagement property to false,
Have tried this, does not seem to work with PersistentTabView.custom
@nitishk72 I also want this feature with PersistentTabView.custom the above solution not applicable.