Hello FlutterFlow Community,
I am new to Flutter and FlutterFlow. Sorry if it's a silly questions below.
I am developing an app that requires fetching a list of items from a server. The server responds the JSON containing a list of items and where static assets such as images are stored. To ensure security, each image request must include a valid authentication token in the HTTP header.
I am attempting to implement this within FlutterFlow using the image component. However, I've run into issues trying to pass the authentication token as an attribute in the image component, but it doesn't seem to work.
Has anyone encountered and overcome this issue? I am looking for insights, suggestions, or examples on how to pass authentication tokens in image fetch requests effectively in FlutterFlow.
Much appreciated.