- 18 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 05 Jan, 2022 1 commit
-
-
Lau Ching Jun authored
* Add a new PrebuiltFlutterApplicationPackage interface. * Review feedback * Rename bundleDir to uncompressedBundle
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 06 Aug, 2021 1 commit
-
-
嘟囔 authored
-
- 28 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 31 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 18 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 02 Nov, 2020 1 commit
-
-
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.
-