Flutterando / flutter_mobx_helpers

Widgets and Utils for increment mobx
MIT License
8 stars 3 forks source link

Suggestion to add persistent mobx #1

Open berthold-lbb opened 3 years ago

berthold-lbb commented 3 years ago

After using mobx and its store which I find magnificent I was thinking to myself what we can make the different stores persist: i.e. do what when creating an observable we can choose to make it persistent or not in case we choose yes we save it in a file or the sharedpreferences sources: Mobx-Persit https://www.npmjs.com/package/mobx-persist

pierre-gancel commented 3 years ago

i would recommend using DB for persistence, such as :