My goal is to have a screen within my app that is the camera itself. Usually, you are prompted to open the camera or gallery. yet, I want the user to switch to a screen in the app which immediately is a camera widget. Just like when you open up snapchat, you are on the camera immediately and not prompted to open camera or gallery.
My approach is to use a custom widget for this. I was recommended this one via reddit: https://pub.dev/packages/camerawesome#camerawesome
My problem is: When trying to set this custom widget up in my FlutterFlow project, the documentation of CamerAwesome instructs me to modify the ios/Runner/Info.plist and android/app/build.gradle files for the "platform specific setup". (see: https://pub.dev/packages/camerawesome#platform-specific-setup). Yet I don't understand how to access these files using flutterflow.
Help would be very much appreciated!