1. 16 Feb, 2021 1 commit
  2. 11 Feb, 2021 1 commit
  3. 08 Feb, 2021 1 commit
  4. 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
  5. 27 Jan, 2021 2 commits
  6. 13 Jan, 2021 1 commit
  7. 07 Jan, 2021 1 commit
  8. 06 Jan, 2021 1 commit
  9. 22 Dec, 2020 1 commit
  10. 17 Dec, 2020 2 commits
  11. 15 Dec, 2020 2 commits
  12. 09 Dec, 2020 2 commits
  13. 08 Dec, 2020 2 commits
  14. 07 Dec, 2020 1 commit
  15. 04 Dec, 2020 1 commit
  16. 03 Dec, 2020 1 commit
  17. 23 Nov, 2020 1 commit
  18. 19 Nov, 2020 1 commit
  19. 18 Nov, 2020 1 commit
  20. 16 Nov, 2020 1 commit
  21. 05 Nov, 2020 2 commits
  22. 04 Nov, 2020 1 commit
  23. 02 Nov, 2020 1 commit
    • Andy Weiss's avatar
      [flutter_tools] Support zipped application bundles for macOS (#68854) · c4ceea39
      Andy Weiss authored
      * [flutter_tools] Support zipped application bundles for macOS
      
      It is not possible to directly produce a directory (.app) in some build systems
      but rather it must be zip'ed before being passed to the tool for
      running. This adds support for attempting to extract an application
      bundle from a zip file if the bundle is not already a directory. This
      uses very similar code from lib/src/application_package.dart which is
      used for extracting an ipa for iOS.
      
      This introduces tests for the macos/application_package.dart behavior which did not exist before. These tests cover the changes in the PR and some of the existing behavior, but do not cover everything in that file.
      c4ceea39
  24. 30 Oct, 2020 2 commits
  25. 23 Oct, 2020 1 commit
  26. 22 Oct, 2020 1 commit
  27. 19 Oct, 2020 1 commit
  28. 14 Oct, 2020 2 commits
  29. 13 Oct, 2020 1 commit
  30. 12 Oct, 2020 3 commits