pappes / MyMovieSearch

test android app using flutter
GNU General Public License v3.0
1 stars 0 forks source link

Add retrived web data to on device cache #1

Open pappes opened 3 years ago

pappes commented 3 years ago

Dont want to save this in firebase or other web/persistant storage as there are data ownership constraints.

pappes commented 3 years ago

could use https://pub.dev/packages/hive (in memory Box or disk-only LazyBox) or https://pub.dev/packages/get_storage

pappes commented 3 years ago

migth want to consider refasctoring in memeory cache as well using https://pub.dev/packages/stash