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.
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.
2
Answers
if you just want to cache images see cached_network_image
or you can use hive to store anything you want.
as a database, you can use sqflite or hive