feat: add ability to disable camera rotation#472
feat: add ability to disable camera rotation#472DaNyNaNd wants to merge 1 commit intoApparence-io:masterfrom
Conversation
|
Hi, I'm currently using camerAwesome on my flutter project and everything works except after capturing landscape images they are being saved in the portrait orientation. Do you know how to solve this problem? I'd be willing to pay for your help on this issue. Please contact josh@cartworthy.co if you're able to help, thanks! |
|
@cartworthy If you're working off the branch from this PR, then it's set to only take images in portrait mode if you set |
|
@DaNyNaNd Hi! Thanks for getting back to me. I'm not using this PR and I'm not a developer — I just found this from a Google Search looking for "disable rotation CamerAwesome" and thought this may do what I need. I'm building the app with FlutterFlow (no-code platform) and use camerAwesome for a custom widget. Would you be able to hop on a video call to help me troubleshoot this? I'll venmo you $20 :) |
|
@g-apparence do you see any chance this PR will get merged? Or, is there functionality in the updated package that would make this not needed? |
|
@DaNyNaNd I tried editing the code to include "enableRotation: false" but it didn't have any effect. I'd be happy to venmo you $100 if you be willing to hop on a video call just to tell me where to paste it haha. I am desperate for a solution to this. Please email me if you're interested in helping: josh@cartworthy.co |
Description
Add the ability to turn camera rotation on and off for a photo
Checklist
Before creating any Pull Request, confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]).flutter analyzewithout any issues.Breaking Change
If your feature break something, please detail it