bbright-dinesh
bbright-dinesh
I was getting the same error, while we were calling Get.size in the initState() function of the main widget. Calling this Get.size in the " WidgetsBinding.instance.addPostFrameCallback((_) => afterInitState());" solved the...
Somehow able to solve this by loading the settings from API and setting them in localstorage. For the first time when the app loads it fails but later onwards it...
I have the same issue, but it's not the problem with this client. If we have incompatible socket server version (1.7.0 in my case), and client version is (3.0.2), then...
Any help here please
Thank you @GantMan for responding. There are no errors at all, when the build is in Debug mode, but it's the error only we are facing in the release mode....
Thank you @GantMan for the directions. Let me look into this and see why the release mode behaving a little different.