flutter_cache_manager
flutter_cache_manager copied to clipboard
Adding request body when calling getImageFile
💬 Questions and Help
I have searched through the documentation and existing issues but have not found anything with regards to adding a body in the request. Is there a way I can add JSON objects into the request body when using getImageFile?
Related, the API I'm using (google text to speech) has you fetch files with post requests with request bodies. I'd really like this feature so that I don't have to manually write cache logic myself (as I'm doing now).