Oleksii
Oleksii
@GusRodrigues86 thanks. Gotta ditch this library asap, but your fork just saved me some time 🙌
@ashiagr dunno 🤷♂️ I don't have "write" access to this repository anymore.
@ashiagr Correct, I've created this library while working at Yalantis — it's been almost 5 years ago. I'm fine contributing to the repo occasionally, if given write access.
Thanks for the report :+1: The thing is, it was originally designed to support only portrait orientation (image assets were designed for it). But I'll take a look at the...
Thanks for reporting the issue. I'll look into it this week and try to find a workaround because it would be hard to ask every library user to update their...
Hey, thanks for report :+1: Unfortunately we don't have exactly those devices but we'll try fix it in the next update.
@alicja-mruk as far as I remember (complied these native libs 6 years ago) - all the 3rd-party libraries like `libpng` & `libjpeg` were static global dependencies (basically, C++ files on...
I created a new Flutter project following your steps, targeted Android 13 in `build.gradle` and copied `main.dart` from [camera plugin example](https://pub.dev/packages/camera/example). I was able to build the project and run...
@acoutts I reproduced it on my Pixel 4a 5G but also on AVD with emulated camera. So I'm pretty sure it's not a device specific but Android 13 issue.
I think it's a way to go, let me know if you need any help with the changes.