Flutter – "GetxController" not found. You need to call "Get.put(XXXX)" or "Get.lazyPut(()=> XXXX)"
I encountered a strange problem. There was no exception in my local debugging, but a gray interface appeared online. I initialized it and thought that Getx could not find the corresponding GetxController. The phenomenon of the problem is: no error…