1. 23 Nov, 2020 1 commit
  2. 19 Nov, 2020 1 commit
  3. 18 Nov, 2020 1 commit
  4. 05 Nov, 2020 2 commits
  5. 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
  6. 30 Oct, 2020 1 commit
  7. 26 Oct, 2020 1 commit
  8. 23 Oct, 2020 1 commit
  9. 21 Oct, 2020 2 commits
  10. 19 Oct, 2020 1 commit
  11. 14 Oct, 2020 1 commit
  12. 13 Oct, 2020 1 commit
  13. 12 Oct, 2020 4 commits
  14. 03 Oct, 2020 1 commit
  15. 30 Sep, 2020 1 commit
  16. 22 Sep, 2020 1 commit
  17. 16 Sep, 2020 1 commit
  18. 28 Jul, 2020 1 commit
  19. 23 Jul, 2020 1 commit
  20. 20 Jul, 2020 1 commit
  21. 15 Jul, 2020 1 commit
  22. 30 Jun, 2020 1 commit
  23. 26 Jun, 2020 1 commit
  24. 24 Jun, 2020 2 commits
  25. 23 Jun, 2020 2 commits
  26. 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
  27. 12 Jun, 2020 1 commit
  28. 08 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] only restrict devices based on arch + buildMode, not emulator status (#58887) · 4f88ed1d
      Jonah Williams authored
      instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target.
      
      This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
      4f88ed1d
  29. 01 Jun, 2020 1 commit
  30. 29 May, 2020 1 commit
  31. 13 May, 2020 1 commit
  32. 11 May, 2020 1 commit
  33. 06 May, 2020 1 commit