Hi,
I know, it's not a getx problem.
But is something like this possible with getx?
for example: https://medium.com/coding-with-flutter/flutter-case-study-multiple-navigators-with-bottomnavigationbar-90eb6caa6dbf
Thanks, very useful.
I will try as soon as possible.
Most helpful comment
No widget (yet) to deal with nested navigators, the "key" (pun intended) is to use
Navigator( key: Get.nestedKey(int) ...and any GetX navigation command using the same id (int) that you use to create the nestedKey.I put together a demo as reference.
source,
Hope you find it useful.