neo

Results 3 comments of neo

new discovery, when I use Get.create, it performance good, the controller destory when call onClose(). ``` final logic = Get.create(() => FAGoogleCreateLogic(), permanent: false); ```

> put the controller inside binding or put the controller inside init state on GetBuilder I tried put the controller inside binding and it's not work. waiting for you GetX...