wasabeef/flutter-architecture-blueprints

RxDart + Cache in Local Storage

chihung93 opened this issue · 0 comments

Hello, Can you add an example code to show how combining operators with RxDart and offline/Online mode by hive/SQLite?

Example:
Cases 1: Show offline cache for the first time and update online data after request API success.
Cases 2: Load heavy file from local storage by RxDart

Thanks.