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

Provide a function that allows manual rebuild. #3208

Open ddxl123 opened 2 weeks ago

ddxl123 commented 2 weeks ago

Refresh is protected, and update checks the hashCode. However, if there are some complex arrays in an object, it is rare to override hashCode, and it is also troublesome to do so. In this case, it is not possible to use update for rebuild. I hope to provide a function that allows manual rebuild.