trinity-orientation-2018 icon indicating copy to clipboard operation
trinity-orientation-2018 copied to clipboard

Bad caching strategy

Open kevinbecxrra opened this issue 2 years ago • 0 comments

The first caching structure identified consists in flutter_cache_manager. In this case, it is used to download and cache files in the cache directory of the app. Also, it uses cached_network_image since it is necessary to handle storage of user´s pictures of weekly Trinity College’s events. However, it uses a GitHub repository version as it is shown on figure. This can be a bad strategy since GitHub´s code is not public and cannot have the latest version which can cause troubles between the dependencies in future occasion. Also, this situation makes that users that has the code cannot execute the app because the repository is on other classes of the project. Imagen1

kevinbecxrra avatar May 30 '22 04:05 kevinbecxrra