I am building a social media app where I have to store images data (Network images) locally.
I tried using local storage but am really confused how to implement it and retrieve data faster.
CodePudding user response:
if you just want to cache images see cached_network_image
or you can use hive to store anything you want.
CodePudding user response: