skip to Main Content

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


  1. if you just want to cache images see cached_network_image

    or you can use hive to store anything you want.

    Login or Signup to reply.
  2. as a database, you can use sqflite or hive

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search