One thing you could try is passing navigatorKey to AutoRoute
navigatorKey
AutoRoute
final _appRouter = AppRouter(navigatorKey: Get.key); //make sure the value is Get.key
After that you should be able to use all navigation features of GetX