项目作者: giri-jeedigunta

项目描述 :
Flutter app with HiveDB and MobX
高级语言: Dart
项目地址: git://github.com/giri-jeedigunta/hivedb_example.git
创建时间: 2020-06-14T16:51:48Z
项目社区:https://github.com/giri-jeedigunta/hivedb_example

开源协议:

下载


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