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
GetX's Nav2.0 has almost no documentation, and I can only explore it by reading the code myself.
Due to some reasons, I need to preserve the state of the home tabs page. By reading the code, I discovered that GetDelegate has an property named pickPagesForRootNavigator that can help me achieve this.
But it is declared as final, and can only be specified when creating GetDelegate. It is not possible to specify this option when creating Get.rootController.rootDelegate.
I tried to create GetDelegate and pass it to GetMaterialApp.router, However, at this point, I cannot access Get.routing to generate navigatorObservers.
The text was updated successfully, but these errors were encountered:
GetX's Nav2.0 has almost no documentation, and I can only explore it by reading the code myself.
Due to some reasons, I need to preserve the state of the home tabs page. By reading the code, I discovered that
GetDelegate
has an property namedpickPagesForRootNavigator
that can help me achieve this.But it is declared as final, and can only be specified when creating GetDelegate. It is not possible to specify this option when creating
Get.rootController.rootDelegate.
I tried to create
GetDelegate
and pass it toGetMaterialApp.router
, However, at this point, I cannot accessGet.routing
to generatenavigatorObservers
.The text was updated successfully, but these errors were encountered: