Tag Archives: Persist data with SQLite

Flutter & SQL

SQLite Database in Flutter

  If you are working on an application in which some API gives the same supposed low-level response again and again then at that time there is no need to hit the API every time. So, to overcome this we store that data in some storage for eg: we use SharedPrefs(For storing low-level data) at Continue Reading »