PersistentBottomNavBar icon indicating copy to clipboard operation
PersistentBottomNavBar copied to clipboard

Going back to homepage after moving to various screen if have to tab home section twice

Open Mark1944 opened this issue 4 years ago • 3 comments

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

Mark1944 avatar Oct 22 '21 14:10 Mark1944

PersistentTabView(
      context,
      controller: _controller,
      screens: _buildScreens(),
      items: _navBarsItems(),
      confineInSafeArea: true, 
      stateManagement: true,// make this as false

update stateManagement property to false,

nitishk72 avatar Nov 18 '21 05:11 nitishk72

Have tried this, does not seem to work with PersistentTabView.custom

100lvl-jelly avatar Dec 21 '21 10:12 100lvl-jelly

@nitishk72 I also want this feature with PersistentTabView.custom the above solution not applicable.

ashut08 avatar Feb 21 '22 11:02 ashut08