Baseflow / flutter_cache_manager

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

How to cache JSON list from Rest API #357

Open iamafzalhassan opened 2 years ago

iamafzalhassan commented 2 years ago

Sample API Endpoint - https://gorest.co.in/public/v1/posts

can somebody explain me to how to cache the list of JSON data that comes through from Rest API? something like the above endpoint. Please, Thank you.