skip to Main Content

List of Previous Pages on Flutter

How can I know the list of previous pages in flutter, I'm using getx for navigation I didn't tried anything. . static void checkForRootLink() { //get currenmt page of the app log('Current route:${Get.currentRoute}'); log(RuntimeConfigs.routeObserver!.routeStack.toString()); // if (currentRoute == NamedRoutes.socialAppHomeIndex.path) {…

VIEW QUESTION
Back To Top
Search