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

Get.until not working properly on getx 5 candidate 8 #3178

Closed salba360496 closed 1 month ago

salba360496 commented 1 month ago

In get: ^4.6.6 Get.until((final Route route) => Get.currentRoute == Routes.HOME); was working fine. However, after migrating to
get: ^5.0.0-release-candidate-8 Get.until((final GetPage page) => Get.currentRoute == Routes.HOME); is not working properly.

jonataslaw commented 1 month ago

Can you check the RC-9? I think it is fixed by now.

Let me know if you have any issues.

salba360496 commented 1 month ago

Yeah, thanks mate for the quick reply and update its fixed.