Hi am currently using workflows to deploy an IOS and an Android app from a flutter repository, I will like to know what cache step will better to use? Bitrise.io Cache or Dart Cache, one exclude the others
? as well there are steps for Gradle and cocopods cache, I need or should I use all of those? what are the recommendations for cache steps use in a flutter workflow.
You can find the Flutter caching related docs here: Flutter dependencies - Bitrise Docs
In general we recommend to use the newer, Key-based caching
option, instead of the older Branch-based caching
one (you can see the toggle between the two on the docs page).
Key-based caching
is only available for credit-based accounts. If you’re on one they we’d recommend using that, as it’s more granular and more efficient.
Let us know if you’d have any questions, and Happy Building!