Skip to content

Flutter project with SQLite and MobX to store API responses into a table

Notifications You must be signed in to change notification settings

giri-jeedigunta/sqlite_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter project: SQLite + MobX.

Storing API responses using SQLite and MobX.

This is simple Flutter App example to that stores the REST Api responses into a SQLite table.

So intead of calling the API all the time the data can be retrieved from a local db that exists on the App itself.

This is a very useful feature to make the app usable in offline mode or if there are APIs that can be cached and not needed to frequently refreshed.

More details: https://thewebstorebyg.wordpress.com/2020/05/04/storing-rest-api-response-on-flutter-app-with-sqlite/

Screenshot

About

Flutter project with SQLite and MobX to store API responses into a table

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages