Hello everyone.
I am trying to use URL_LAUNCHER package (https://pub.dev/packages/url_launcher) to open web links with the default mobile browser and to access the mobile permissions settings for the application (camera and image gallery).
To do this I use these two codes created with Code Copilot:
On iOS devices it works but on Android devices it doesn't (it doesn't do anything when you press the button that executes these Custom Actions).
Reviewing the documentation I see that some configuration must be done for both iOS and Android:
The thing is that I haven't done any of these configurations but it works on iOS (at least on the devices I've tested) and it doesn't on Android.
How would I implement this configuration in FlutterFlow so that the code works on all devices?
Thank you so much.