1. 16 Apr, 2020 1 commit
  2. 13 Apr, 2020 1 commit
  3. 11 Apr, 2020 1 commit
  4. 10 Apr, 2020 4 commits
  5. 09 Apr, 2020 2 commits
  6. 08 Apr, 2020 2 commits
  7. 06 Apr, 2020 1 commit
  8. 03 Apr, 2020 1 commit
  9. 02 Apr, 2020 1 commit
  10. 01 Apr, 2020 1 commit
    • stuartmorgan's avatar
      Precache platform filter change (#53701) · 445b5a14
      stuartmorgan authored
      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
      445b5a14
  11. 31 Mar, 2020 1 commit
  12. 25 Mar, 2020 5 commits
  13. 24 Mar, 2020 2 commits
  14. 23 Mar, 2020 1 commit
    • stuartmorgan's avatar
      Add pre-stable support for create on Windows (#51895) · 685e9d1e
      stuartmorgan authored
      Adds initial support for flutter create of apps and plugins. This is derived from the current FDE example app and sample plugin, adding template values where relevant.
      
      Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the create output about the fact that it won't be stable.
      
      Plugins don't currently have a version marker since in practice this is not a significant problem for plugins yet the way it is for runners; we can add it later if that changes.
      
      Fixes #30704
      685e9d1e
  15. 19 Mar, 2020 3 commits
  16. 18 Mar, 2020 1 commit
  17. 16 Mar, 2020 2 commits
  18. 14 Mar, 2020 1 commit
  19. 11 Mar, 2020 2 commits
  20. 10 Mar, 2020 2 commits
  21. 09 Mar, 2020 1 commit
  22. 07 Mar, 2020 1 commit
  23. 06 Mar, 2020 3 commits