1. 01 Jun, 2021 1 commit
  2. 24 May, 2021 1 commit
  3. 07 May, 2021 1 commit
  4. 23 Apr, 2021 2 commits
  5. 23 Mar, 2021 1 commit
  6. 12 Mar, 2021 1 commit
  7. 10 Mar, 2021 1 commit
  8. 23 Feb, 2021 1 commit
  9. 19 Feb, 2021 1 commit
  10. 08 Feb, 2021 1 commit
  11. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  12. 27 Jan, 2021 1 commit
  13. 03 Dec, 2020 1 commit
  14. 01 Dec, 2020 1 commit
  15. 22 Oct, 2020 1 commit
  16. 16 Oct, 2020 2 commits
  17. 12 Oct, 2020 1 commit
  18. 09 Oct, 2020 1 commit
  19. 08 Oct, 2020 1 commit
  20. 23 Sep, 2020 2 commits
  21. 22 Sep, 2020 1 commit
  22. 06 Aug, 2020 1 commit
  23. 16 Jul, 2020 1 commit
  24. 15 Jul, 2020 1 commit
  25. 10 Jul, 2020 1 commit
    • Anna Gringauze's avatar
      Added web compiler debug metadata (#61265) · 9cbe1dcc
      Anna Gringauze authored
      Made flutter tools serve metadata produced by the frontend server:
      
      pass --experimental-emit-metadata flag to flutter engine
      store and serve metadata from web asset server
      store and serve merged metadata from web asset server
      add tests to verify that metadata is served from memory
      update dwds version so it can read metadata
      configure dwds to read metadata from file
      Prerequisite changes (landed):
      
      sdk: https://dart-review.googlesource.com/c/sdk/+/150181
      flutter engine: flutter/engine#19168
      webdev:dart-lang/webdev#1064
      9cbe1dcc
  26. 18 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove globals from compilers (#59184) · 447e3d3f
      Jonah Williams authored
      Refactors KernelCompiler and ResidentCompiler to no longer use globals (except as a fallback for g3 migration). Improves the compilation error when running flutter test on a package without a flutter_test dependency.
      
      Updates machine mode to output trace text to stderr
      447e3d3f
  27. 06 Jun, 2020 1 commit
  28. 04 Jun, 2020 2 commits
  29. 03 Jun, 2020 2 commits
  30. 27 May, 2020 1 commit
  31. 20 Apr, 2020 1 commit
  32. 17 Apr, 2020 1 commit
  33. 02 Apr, 2020 1 commit
  34. 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
  35. 18 Mar, 2020 1 commit