Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
10.39k
stars
1.63k
forks
source link
The Getx5 version no longer has Get.create. How can I open the same page with Get.to to ensure that each page is a different instance? #3219
Open
ddxl123 opened 1 month ago
I tried using different tags and "preventDuplicates:false", but calling Get.to repeatedly doesn’t work.