Skip to content
Discussion options

You must be logged in to vote

Hello @flodaniel! When it comes to caching in Codemagic, the specific paths you choose to cache depend on your project and its size. While there are recommended paths, it's important to keep in mind that not all projects are the same and the effectiveness of caching can vary. Therefore, caching is not a guaranteed solution to speed up your builds.

For your project, you can consider caching the following paths:
$HOME/.pub-cache
or
$FLUTTER_ROOT/bin/cache/dart-sdk These paths are commonly found in Flutter projects.

The caching process takes place during the final step of a successful build, and the cached files are retrieved in subsequent builds. If any of the files within the specified pat…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@flodaniel
Comment options

@dtrdic
Comment options

Answer selected by dtrdic
@flodaniel
Comment options

@dtrdic
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants