1. 02 Nov, 2021 1 commit
  2. 13 Jul, 2021 1 commit
  3. 12 Jul, 2021 1 commit
  4. 02 Jun, 2021 1 commit
  5. 03 May, 2021 1 commit
  6. 21 Apr, 2021 1 commit
  7. 07 Apr, 2021 1 commit
  8. 31 Mar, 2021 2 commits
  9. 26 Feb, 2021 1 commit
  10. 12 Feb, 2021 1 commit
  11. 09 Feb, 2021 2 commits
  12. 08 Feb, 2021 1 commit
  13. 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
  14. 27 Jan, 2021 1 commit
  15. 06 Jan, 2021 1 commit
  16. 01 Dec, 2020 1 commit
  17. 19 Nov, 2020 2 commits
  18. 12 Nov, 2020 1 commit
  19. 06 Nov, 2020 1 commit
  20. 09 Oct, 2020 1 commit
    • James D. Lin's avatar
      [flutter tools] Add a DelegatingLogger class (#67581) · e4206ac5
      James D. Lin authored
      [flutter tools] Add a DelegatingLogger class
      
      Move most of `DelegateLogger` `from test/src/testbed.dart` to
      `lib/src/base/logger.dart` to better formalize the common practice of
      chaining `Logger`s together.  I renamed the class since it isn't
      itself the delegate and to better match the `Delegating...` classes
      from `package:collection`.
      
      Additionally, add a freestanding `asLogger<T>` function to "cast" a
      `Logger` into a matching delegate if possible.  This will allow
      `Logger` chains to be ordered a *bit* more freely (e.g.
      `NotifyingLogger` and `AppRunLogger` will no longer required to be
      at the end of the chain, an unwritten rule that has led to breakage in
      google3).  Chain order still matters since lack of virtual dispatch
      means that parent `Logger`s can never invoke child methods, however.
      
      I made `asLogger<T>` a freestanding function because I didn't want to
      make it part of the `Logger` interface (and I thought that making it
      an extension method might be weird).
      
      Bonus cleanup:
      There no longer appears to be a way to construct an `AppRunLogger`
      with a null parent, so remove all of code paths for that case and
      make the `parent` construction parameter required.
      e4206ac5
  21. 17 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] use flutter tool handler for dwds resources and precache tool... · 3e838da9
      Jonah Williams authored
      [flutter_tools] use flutter tool handler for dwds resources and precache tool pub dependencies (#65814)
      
      If the tool is downloaded from a precompiled snapshot, or if the backing source files in the pub cache are deleted, the dwds debugging functionality will break as the client.js file cannot be located. Instead use the PackageConfig to verify that package location, downloading if it is missing.
      
      Override the dwds middleware to avoid Isolate.resolvePackageUri
      
      Fixes #53644
      Fixes #65475
      3e838da9
  22. 25 Aug, 2020 1 commit
  23. 17 Aug, 2020 2 commits
  24. 06 Aug, 2020 1 commit
  25. 21 Jul, 2020 1 commit
  26. 16 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] add feature for iOS, android, and fuchsia (#61481) · 859fce90
      Jonah Williams authored
      Add feature flags for android, ios, and fuchsia (on by default). After updating the g3 rollers, the fuchsia feature will be turned off by default. Creates a simpler base type of feature flags for g3 to extend.
      
      Updates android, ios, fuchsia workflows to use feature flags check.
      Removes concept of stable artifacts and checks on flutter version.
      
      Fixes #58999
      #52859
      #12768
      859fce90
  27. 15 Jul, 2020 1 commit
  28. 14 Jul, 2020 1 commit
  29. 11 Jul, 2020 1 commit
  30. 08 Jul, 2020 1 commit
  31. 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
  32. 24 Mar, 2020 1 commit
  33. 07 Mar, 2020 1 commit
  34. 11 Feb, 2020 1 commit
  35. 06 Feb, 2020 1 commit
  36. 30 Jan, 2020 1 commit