1. 18 Jun, 2022 1 commit
  2. 05 Jan, 2022 1 commit
  3. 02 Nov, 2021 1 commit
  4. 06 Aug, 2021 1 commit
  5. 28 Apr, 2021 1 commit
  6. 21 Apr, 2021 1 commit
  7. 31 Mar, 2021 1 commit
  8. 06 Mar, 2021 1 commit
  9. 18 Feb, 2021 1 commit
  10. 27 Jan, 2021 1 commit
  11. 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