flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.6k stars 329 forks source link

Checkout DevTools multiple times during CI workflow #5729

Open elliette opened 1 year ago

elliette commented 1 year ago

We check it out as part of the flutter-prep workflow (in order to run ./tool/latest_flutter_candidate.sh) and then in the subsequent workflows. We should consider caching it in the flutter-prep step (like we cache the Flutter SDK).

elliette commented 5 days ago

We are still checking DevTools out multiple times in our workflows.

Examples: