Skip to content

giri-jeedigunta/hivedb_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storing API response wtih Hive DB.

Hive is insanely fast and light-weight db to store data locally on the device. This can be a handy feature to serve offline content on the apps. I've used MobX in the mix for state management which is optional.

This is a cool tutorial of Hive if you are looking for a full CRUD op: https://resocoder.com/2019/09/30/hive-flutter-tutorial-lightweight-fast-database/

Hive: https://github.com/hivedb/hive

MobX: https://github.com/mobxjs/mobx.dart

Screenshot