Open sparkmobi opened 1 year ago
有同样的问题,controller.dispose 函数在ios上面会闪退 ,2.0.0
@sparkmobi
If you are using the flutter_easy_permission
plugin to request permissions, then you may want to try using a different Flutter plugin, as flutter_easy_permission
is not actively maintained and may have compatibility issues on higher versions of iOS.
using
no I am not using this library, i run your example project and still getting the same error
@sparkmobi What I mean is that I am using the flutter_easy_permission plugin in my example project. I can't reproduce the issue with my iOS device here, perhaps you can provide, for reference, the model number of the device reporting the error, the system version, and the Flutter SDK version. I think this issue is most likely caused by not successfully obtaining access to the camera, and you should call ScanKit after obtaining authorization.
hello
I am getting this error after approving the camera permission
here is my code example
I even tested the example project then clicked on customized view and also crashed