Hiding NavBar, then navigating causes many rebuild! (PERFORMANCE ISSUE)
pushNewScreen( context, screen: SomeScreen(), withNavBar: false, );
Using such code causes a lot of rebuild to the PersistentTabView screens.
I have a Home Screen (Stack: Level 0) Then I've navigated to a Child Screen (Stack: Level 1) Then navigated to another Child Screen. (Stack: Level 2) Showing/Hiding Keyboard while inside of the last screen (Stack: Level 2) causes many rebuilds (To All The Stacked Screens).
I have the same issue too, each time back or go another screen, my pop-up dialog stack many time
@xSuperMu Same here; it also causes losing the state of those pages that are rebuilding. Any idea to work around this issue?