Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
739 stars 427 forks source link

Adding request body when calling getImageFile #360

Open Zarathos1084 opened 2 years ago

Zarathos1084 commented 2 years ago

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

caseycrogers commented 2 years ago

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