- 16 Feb, 2021 1 commit
-
-
stuartmorgan authored
-
- 11 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Feb, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 8b6baae4.
-
- 04 Feb, 2021 1 commit
-
-
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
-
- 27 Jan, 2021 2 commits
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
Jenn Magder authored
-
- 13 Jan, 2021 1 commit
-
-
Jenn Magder authored
-
- 07 Jan, 2021 1 commit
-
-
Jenn Magder authored
-
- 06 Jan, 2021 1 commit
-
-
Jenn Magder authored
-
- 22 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 17 Dec, 2020 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 15 Dec, 2020 2 commits
-
-
Jenn Magder authored
-
Kenzie Schmoll authored
* Add text to --analyze-size command output to launch DevTools with size data.
-
- 09 Dec, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 0b6b3eec.
-
Jenn Magder authored
-
- 08 Dec, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 70f8fdee.
-
Jenn Magder authored
-
- 07 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 04 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 03 Dec, 2020 1 commit
-
-
Jonah Williams authored
-
- 23 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 19 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 18 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 16 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 05 Nov, 2020 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 04 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 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.
-
- 30 Oct, 2020 2 commits
-
-
Jenn Magder authored
-
Jonah Williams authored
The flutter run failures are cause by the application occasionally taking a long time to start up. This caused the ios fallback discovery to kick in, which will always fail if the application hasn't started. Solution: remove the iOS fallback discovery and wait up to 30 seconds. This has not proven to reduce the flakes, but it does at least remove one error case and removes code that will no longer work without the mDNS fallback.
-
- 23 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 22 Oct, 2020 1 commit
-
-
Jenn Magder authored
* Add CocoaPods sudo installation note * Refer to instructions
-
- 19 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 14 Oct, 2020 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 13 Oct, 2020 1 commit
-
-
Jonah Williams authored
Remove "This is taking a long time" progress timeout and TimeoutConfiguration.
-
- 12 Oct, 2020 3 commits
-
-
Jonah Williams authored
Revert "[flutter_tools] reland: fold process resolution logic into the flutter tool (#67957)" (#67968) This reverts commit bd813879.
-
Jonah Williams authored
Reland of #67669 The flutter tool has a number of crashes on stable where an ArgumentError is thrown due to the process manager not being able to resolve an executable. So that we can adjust/modify this logic, fold it into flutter and add some additional logging. caches the resolved executable per target directory, to avoid repeated look ups. Instead of throwing an argument error, attempts to run the executable as given if an exact path can't be found Accept files or symlinks for the executable path. user where/which to resolve path instead of package:process logic.
-
Jonah Williams authored
This reverts commit 10c78c26.
-