Results 18 comments of Vinicius Sossella

Actually, this doesn't work on Web ``` final Uint8List image = state.rawImageData; ``` Right?

I am not. I'm using exactly the same code you wrote and running on the web... Has an issue with using `rawImageData` on `WEB` `// in web, we can't get...

https://github.com/flutter/flutter/issues/22193#issuecomment-507793123 @chunhtai actually it doesn't work. In our case, we are using .json files to do translations. So we have like these: - assets/lang/en.json - assets/lang/pt.json - assets/lang/es.json ..... The...

Facing the same issue with Samsung A23.

> This appears to be caused by the output of the camera. Similar issues mentioning this device (together with camera or MLKit) seem to resolve this by using the nv21...

Hey guys. I made some changes to the code, and it seems to now be working on our device model A3 which didn't work before. Could you try to scan...

> Thank you for your effort! Sadly it's still not working on the A23. I just tested your package in our app. Did you tryed to identify what happens on...

@Byron Thanks for replying. Gonna find out what is really happening under the hood. If I find out some solution, Can we improve the documentation for a better understanding of...