Background Image Processsing

Database & APIs

I need help implementing background processing functionality. I have two variables storing image paths for both the front and side profile captures. Once the user completes both profiles, they navigate to the next screen, where they can preview the images and submit them. I want the API call to run in the background while the user moves to the next screen. If the background processing fails, the user should be redirected back to the profile capture screen to retry.

What have you tried so far?

I checked in Flutter, and it’s possible with Customily, but it doesn’t provide a processing UI where users can see the background process in action. As for FlutterFlow, I couldn’t find anything related to background processing.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
3 replies