You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple pages ABCD are opened at the same time, all controllers will be added to the route of D. When D is closed, the controllers of ABC will also be destroyed at the same time. How should this be solved?
The text was updated successfully, but these errors were encountered:
Controllers would be removed from memoery as soon as the widgets are removed from the stack. but if u want to persist them even though the widgets removed from stack, u have to pass like this ControllerName, controller = Get.put(ControllerName(permanent:true));
When multiple pages ABCD are opened at the same time, all controllers will be added to the route of D. When D is closed, the controllers of ABC will also be destroyed at the same time. How should this be solved?
The text was updated successfully, but these errors were encountered: