jonataslaw / getx

Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
MIT License
10.27k stars 1.61k forks source link

I want to add a method to remove pages. #3202

Open winter-tech opened 3 weeks ago

winter-tech commented 3 weeks ago

For example, there is a requirement, page A ->page B ->page C. Add a click event to the button on page C, remove it if page B exists, and then reopen page B. Change to page A ->page C ->page B.