flutter/packages/flutter_tools/lib
stuartmorgan 445b5a14f2
Precache platform filter change (#53701)
Makes the following changes to the behavior of precache:
- The --all-platforms flags now fetches all artifacts, rather than just
  turning off platform filtering of selected artifacts.
- Explicitly requested artifacts are no longer subject to platform
  filtering. E.g., 'precache --ios' will download iOS artifacts on
  Windows and Linux (but 'precache' without an 'ios' flag will still
  only download iOS artifacts on macOS).
- Desktop platform artifacts now respect the bypassing of platform
  filtering.

Fixes #53272
2020-04-01 10:54:59 -07:00
..
src Precache platform filter change (#53701) 2020-04-01 10:54:59 -07:00
executable.dart Show Xcode workspace clean output with verbose flag (#52860) 2020-03-19 09:51:01 -07:00
runner.dart Include metadata in GitHub crash template (#53118) 2020-03-27 16:21:45 -07:00