Open pappes opened 3 years ago
Dont want to save this in firebase or other web/persistant storage as there are data ownership constraints.
could use https://pub.dev/packages/hive (in memory Box or disk-only LazyBox) or https://pub.dev/packages/get_storage
migth want to consider refasctoring in memeory cache as well using https://pub.dev/packages/stash
Dont want to save this in firebase or other web/persistant storage as there are data ownership constraints.