Open Huntler opened 3 years ago
The release()-method in the CameraSource.java file causes a NullPointer exception, becuase the processingThread seems to be null. This should close Issue #71. I referred the direct link below
release()
CameraSource.java
processingThread
null
https://github.com/edufolly/flutter_mobile_vision/blob/7019a96c8ceadfc0772f0671117af3c221d3f9cc/android/src/main/java/io/github/edufolly/fluttermobilevision/ui/CameraSource.java#L1142
This has been fixed here
https://github.com/harrowmykel/flutter_mobile_vision_2
He also migrated the plugin to non null.
https://pub.dev/packages/flutter_mobile_vision_2
The
release()
-method in theCameraSource.java
file causes a NullPointer exception, becuase theprocessingThread
seems to benull
. This should close Issue #71. I referred the direct link belowhttps://github.com/edufolly/flutter_mobile_vision/blob/7019a96c8ceadfc0772f0671117af3c221d3f9cc/android/src/main/java/io/github/edufolly/fluttermobilevision/ui/CameraSource.java#L1142