jonataslaw / getx

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

how to check page if it exists in stack? #3223

Closed shang1219178163 closed 3 weeks ago

ZhuJHua commented 1 month ago

Do you mean the controller? You can try Bind.isRegistered<YouController>() in GetX 5, or Get.isRegistered<YouController>() in GetX 4.