Taj Jacob
Taj Jacob
I just add this lines to restart scan ``` ElevatedButton( onPressed: () async { try { await cameraController.stop(); try { await cameraController.start(); } catch (e) { debugPrint('Error: $e'); } }...
I already create a pull request on update intl. In the meantime, you can use this branch: ``` easy_localization: git: url: https://github.com/tajjacob/easy_localization.git ref: upstream/2023-52-update-intl ```
I also have the same issue when upload to testflight app store connect and internal testing playstore console. How to resolve this?
Hi @msikyna Thanks for the response. I already send the requested info using email [email protected]. Please have a look. Thanks again for your support
I got this error while running ios: ``` ProcessException: Process exited abnormally with exit code 2: An error was encountered processing the command (domain=IXErrorDomain, code=2): Simulator device failed to install...
I also got this issues.. The delay is really bad.. Already revert to version 1.0.0+1 and the delay is gone.
@ > Thank you guys for posting this. I am facing same issue: Scaffold 'A' opens scaffold 'B'. Scaffold 'B' opens Scaffold 'C' which has MobileScanner widget. in my OnDetect...
@aimeykra thanks for the snippet! its working!
I got this error when running on android. is it the same issue? this issue happened when I update to latest version flutter ``` [ +97 ms] FAILURE: Build failed...