-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CameraMLVision close event stream exception #9
Comments
|
hi @lewixlabs thanks for the report ! Are you able to reproduce this with the example app ? Would be nice if you can provide us sample to reproduce it if you don't. Because here you error is native, and we didn't do any native parts on this plugin ^^ so my guess here is that the camera plugin is crashing, but no idea why |
@Kleak @jaumard thanks for your fast replies :) Thanks! |
Any news @lewixlabs ? :) |
Hi @jaumard , To avoid any doubt, I tested your official example in this repository, using also Android Studio (I usually I attached Android Studio screenshot Lewix |
fixed in 2.0.1 |
Hi,
probably I'm doing something wrong.
CameraMLVision is set dinamically by a generic widget, calling setState
As you can see in this code, when result are returned, _activeWidget becomes a report widget with details.
Doing this, I get this exception:
I attached
log.txt
full log, if you need.
Is there a graceful way to close CameraVision widget?
Or valid way is calling
Navigator.of(context).pop...
like in your sample?
Thank you again for your help.
Lewix
The text was updated successfully, but these errors were encountered: