1. 05 Nov, 2020 2 commits
  2. 04 Nov, 2020 1 commit
  3. 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
  4. 30 Oct, 2020 2 commits
  5. 23 Oct, 2020 1 commit
  6. 22 Oct, 2020 1 commit
  7. 19 Oct, 2020 1 commit
  8. 14 Oct, 2020 2 commits
  9. 13 Oct, 2020 1 commit
  10. 12 Oct, 2020 5 commits
  11. 06 Oct, 2020 2 commits
  12. 03 Oct, 2020 1 commit
  13. 22 Sep, 2020 1 commit
  14. 17 Sep, 2020 1 commit
  15. 16 Sep, 2020 1 commit
  16. 27 Aug, 2020 1 commit
  17. 25 Aug, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and... · 059de153
      Jonah Williams authored
      [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and Android on Windows (#63610)
      
      Adds support for size analysis on iOS, macOS, linux, and Windows - using an uncompressed directory based approach. The output format is not currently specified.
      
      Adds support for size analysis on android on windows, switching to package:archive
      
      Updates the console format to display as a tree, allowing longer paths. Increases the number of dart libraries shown (to avoid only ever printing the flutter/dart:ui libraries, which dominate the size)
      059de153
  18. 19 Aug, 2020 1 commit
  19. 18 Aug, 2020 1 commit
  20. 06 Aug, 2020 1 commit
  21. 28 Jul, 2020 1 commit
  22. 23 Jul, 2020 1 commit
  23. 20 Jul, 2020 1 commit
  24. 15 Jul, 2020 1 commit
  25. 09 Jul, 2020 1 commit
  26. 30 Jun, 2020 1 commit
  27. 24 Jun, 2020 1 commit
  28. 23 Jun, 2020 1 commit
  29. 18 Jun, 2020 1 commit
    • James D. Lin's avatar
      [flutter tools] Change the desktop device names and IDs (#58812) · bdbe6774
      James D. Lin authored
      In google3, the Linux device is always available, and it has confused
      people who run the Flutter doctor and see
      "• Linux • Linux • linux-x64 • Linux" listed.
      
      Rename the Linux device name to "Linux desktop" and the device ID to
      be "linux". Make similar changes to the Windows and macOS
      devices for consistency.  This is also  consistent with the web
      devices.
      
      The device ID change shouldn't be break -d usage since that does a
      case-insensitive prefix match.
      bdbe6774
  30. 12 Jun, 2020 1 commit
  31. 09 Jun, 2020 1 commit
  32. 01 Jun, 2020 1 commit