You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: