flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

Adding request body when calling getImageFile

Open Zarathos1084 opened this issue 4 years ago • 1 comments

💬 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?

Zarathos1084 avatar Jan 22 '22 07:01 Zarathos1084

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).

caseycrogers avatar Jan 31 '22 22:01 caseycrogers