mobxjs / mobx.dart

MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
https://mobx.netlify.app
MIT License
2.4k stars 310 forks source link

Example of "The triad of Widget - Store - Service" #824

Open fzyzcjy opened 2 years ago

fzyzcjy commented 2 years ago

In official doc https://mobx.netlify.app/guides/stores/, "The triad of Widget - Store - Service" introduces an interesting layering structure. Thus I would appreciate it if some real-world examples, or demo examples, could be provided.

picbenoit commented 9 months ago

Big up there ! I'm interested too in a small example (with http calls by ex). Thx