Search code examples
flutterflutter-dependencies

Is there a way to store and retrieve data locally in flutter?


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.


Solution

  • as a database, you can use sqflite or hive