getx
getx copied to clipboard
[GETX] "AddWorkerController" deleted from memory but actually not deleted
Hi ,
when call Get.delete<AddWorkerController>(); and I got msg that controller is deleted and when i try to open the same page , i found the controller is not deleted , and all controller's value exits not deleted like edittextcontrollers and so on .
How do you start your controller? If your controller is permanent, you cant delete just Get.delete(). You need to add force:true. Instead if you add tag to your controller, you need specify name tag in Get.delete();