flutter/packages/flutter_tools/test
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
..
commands.shard Precache platform filter change (#53701) 2020-04-01 10:54:59 -07:00
data Fix flutter doctor (pluginsPath) check for Mac (#50324) 2020-02-26 13:41:03 -08:00
general.shard Precache platform filter change (#53701) 2020-04-01 10:54:59 -07:00
integration.shard [flutter_tools] update to latest dwds API (#52936) 2020-03-23 18:47:50 -07:00
src Precache platform filter change (#53701) 2020-04-01 10:54:59 -07:00
template_test.dart Add pre-stable support for create on Windows (#51895) 2020-03-23 10:42:26 -07:00