jonataslaw / getx

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

I have a widget that is wrapped with a GetxController, but it is not navigated to using Get.to; instead, it is used as a wrapper widget. However, I need to access Get.arguments. What should I do? #3250

Open ddxl123 opened 3 weeks ago

ddxl123 commented 3 weeks ago

I have a widget that is wrapped with a GetxController, but it is not navigated to using Get.to; instead, it is used as a wrapper widget. However, I need to access Get.arguments. What should I do?