The user should be able to upload a post to the back end for processing.
The app will send an HTTP POST request to the endpoint /posts with the parameters described in the API docs. Once a response is received, it should store the data in its state management system in Flutter, ready to be displayed.
The user should be able to upload a post to the back end for processing.
The app will send an HTTP POST request to the endpoint
/postswith the parameters described in the API docs. Once a response is received, it should store the data in its state management system in Flutter, ready to be displayed.