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

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

ddxl123 commented 1 month ago

I tried using different tags and "preventDuplicates:false", but calling Get.to repeatedly doesn’t work.

get: ^5.0.0-release-candidate-9.2
jonataslaw commented 1 month ago

Get.create was renamed to Get.spawn