Currently the app uses about 50mb of storage just for photos. This is is about 70-80% of the total app size.
We probably should outsource the images to a server or github repository in combination with a local caching method like: https://pub.dev/packages/cached_network_image
Doing so would require an adjustment of the privacy policy.


Currently the app uses about 50mb of storage just for photos. This is is about 70-80% of the total app size.
We probably should outsource the images to a server or github repository in combination with a local caching method like: https://pub.dev/packages/cached_network_image
Doing so would require an adjustment of the privacy policy.