flutter_cache_manager
flutter_cache_manager copied to clipboard
How to cache JSON list from Rest API
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.