wasabeef / flutter-architecture-blueprints

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
MIT License
1.61k stars 261 forks source link

RxDart + Cache in Local Storage #85

Open chihung93 opened 3 years ago

chihung93 commented 3 years ago

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.