skip to Main Content

Flutter Expandable Listview

I have the below list of objects that am trying to make into an expandable list grouped by month. Which is a value in the list. { "status":"Success", "payments":[ { "id":291, "user":{ "id":12, "userID":"cvWLyHRla", "name":"Bill Obama", "email":"email@user1", "username":"username1", "profilePic":null, "created_at":"2023-05-08T00:52:11.000000Z"…

VIEW QUESTION

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