Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 708 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 708 Bytes

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