Hello, I have been building the company's app, which has been under development for at least a year. One of the actions performed is taking a photo of a location.
I use a Custom Action that allows me to return the Base64 code of the photo. This allows me to record photos offline.
After the 12th or 13th. The FlutterFlow update occurred. And I noticed that my app would crash when executing the same Custom Action.
- I tried to use the native Action in Flutter Flow - Store Media for Upload, to open the camera. But this action is also crashing my app.
I went back to much earlier versions, where I am absolutely sure that the action worked and the same behavior is identified.
The error occurs on my Android devices, I have not tried it with iOS.
I would like to explain how to replicate this possible BUG. I think there are more things in the project that affect the generation of this situation.