Hello FlutterFlow Team,
Has anyone faced this issue before? I’m stuck with the image crop functionality.
I want to allow users to crop or adjust their profile pictures. I’m using the image_cropper: ^9.0.0 package, and I’ve successfully implemented it in Flutter. However, to make cropping work, I need to add custom code in AndroidManifest.xml, as well as additional configurations for iOS and Web.
Since FlutterFlow doesn’t allow modifying AndroidManifest.xml or web/index.html, I’m looking for an alternative solution.
If anyone has found a way to implement image cropping in FlutterFlow without modifying these files, I’d really appreciate your help.
Thanks in advance for any help or suggestions! 😊