Gautier
Gautier
Thank you reporting this. We are currently in vacations but we will try reproducing this as soon as we can.
Good one yes. I put this as a bug
- [ ] There is some print comment to remove - [ ] nested if refactoring Hard to maintain ```dart if (permissions.isEmpty()) { permissions.add(CAMERA); if (!ignoreExternalStorage) { permissions.add(WRITE_EXTERNAL_STORAGE); } }...
Yes, I was thinking about it. The thing is that the image package perfectly makes it. So if we had to do it, I'd suggest using it. Just wanna minimize...
I close this as this is not the purpose of camerawesome. This package is a camera package and not an image manipulation package. Check the dart image package that is...
Hello James, Thank you for opening this discussion. If you speak about switching rear and front camera we do that but I'm not sure about your question. iOS is high...
Thx for the suggestion. 👍 Could you elaborate on the advantages of these?
Thank you for clarifications! This seems good reasons. I add these in notes
Hello, sorry I'm quite really busy this month. The problem is that we keep the state of the camera while you navigate. If you really want to force the camera...
This seems like an easy fix at first sight. Sorry I don't have time right now to take a look, but I keep this in "to do".