Matthieu Boutier
Matthieu Boutier
Dead code may lead to that kind of Warning : dead-code.cpc:3: Warning: Body of function ret falls-through. Adding a return statement Example of code : ``` /* dead-code.cpc */ int...
Hello, # Issue I have updated `Imagepicker` on its latest version (`3.0.0` / `3.0.1`). It worked well in dev mode, but when built with the `--release` flag, it cease to...
I had a few difficulties to make this plugin work (with angular). The last one was that I didn't think about explicitly asking camera permission to the user. I guess...
Hi ! With mlkit `2.0.0`, on Android, when scanning a *code, I have something like: ```json { "bounds": { "origin": { "x": 100, "y": 215 }, "size": { "height": 166,...
### Issue Description On iOS, I have an `ImageSource` that I want to pass to some `Image` components: ``` ``` But when `Image` is disposed, it clears the content of...
Limited means "we have access to some photos and you can save photos from the application". Thus, when we give a limited access to the gallery: - succeed - save...