- 26 Jan, 2024 1 commit
-
-
Andrew Kolos authored
Fixes https://github.com/flutter/flutter/issues/142286 This is a refactor. No code behavior changes should be observed.
-
- 21 Nov, 2023 1 commit
-
-
Andrew Kolos authored
In `flutter doctor -v`, when JRE is too out-of-date to run `sdkmanager`, print a helpful error message (#138762) Closes https://github.com/flutter/flutter/issues/138132. See this issue for more information.
-
- 12 Sep, 2023 1 commit
-
-
Michael Goderbauer authored
New feature in upcoming Dart 3.2. See https://github.com/dart-lang/language/issues/2020. Feature is enabled by bumping the min SDK version to 3.2. Part of https://github.com/flutter/flutter/issues/134476.
-
- 07 Jun, 2023 1 commit
-
-
Andrew Kolos authored
Closes https://github.com/flutter/flutter/issues/106416. This PR adds a new `flutter config` setting named `jdk-dir`. When set, the tool will use the JDK found at this location for all Java-dependent tool operations such as building Android apps via gradle and running Android SDK tools.
-
- 01 Jun, 2023 1 commit
-
-
Andrew Kolos authored
Fixes #124252, finishing work on the umbrella tracking issue, #126126. Essentially, after this PR, no (non-test) code should be be referencing/invoking the java home or binary paths.
-
- 20 May, 2023 1 commit
-
-
Andrew Kolos authored
Relands #126086, which was reverted by #126569.
-
- 11 May, 2023 2 commits
-
-
Andrew Kolos authored
Reverts flutter/flutter#126086. This PR changed the interfaces of some classes, namely `AndroidSdk`, and deleted a global. These classes had custom overrides in g3 that were not updated with a g3fix, so this PR has broken tests. See https://b.corp.google.com/issues/281945232 (non-public link)
-
Andrew Kolos authored
This is the first step in unifying Java-finding logic across the tool. If curious, see #126029 for an example of what all the changes will probably entail. Moves java-related functionality like `AndroidSdk.findJavaHome` to a new class, `Java`. See tracking issue https://github.com/flutter/flutter/issues/126126 for more.
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 09 Feb, 2023 1 commit
-
-
Christopher Fujino authored
* tool exit on sdk manager exit and add test * be more specific about error message
-
- 05 Feb, 2023 1 commit
-
-
Christopher Fujino authored
* wip * write test * make error handling printError * remove diff
-
- 15 Dec, 2022 1 commit
-
-
hellohuanlin authored
* [tools]some ui polish for build ipa validation * do not print out a few success validations * rename installed type to success for more general usage * forgot nit after reverting custom validation types and re-use doctor types
-
- 10 Nov, 2022 1 commit
-
-
- removes invalid arch check on Android workflow in order to enable Android development on any device supported Signed-off-by:
TheOneWithTheBraid <the-one@with-the-braid.cf> Signed-off-by:
TheOneWithTheBraid <the-one@with-the-braid.cf>
-
- 15 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 13 May, 2022 1 commit
-
-
- 07 May, 2022 1 commit
-
-
Jenn Magder authored
-
- 27 Apr, 2022 1 commit
-
-
Phil Quitslund authored
-
- 28 Mar, 2022 1 commit
-
-
Christopher Fujino authored
* warn when doctor takes long
-
- 22 Feb, 2022 1 commit
-
-
Tomasz Gucio authored
-
- 25 Sep, 2021 1 commit
-
-
Christopher Fujino authored
-
- 29 Jul, 2021 1 commit
-
-
Jenn Magder authored
-
- 23 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 26 May, 2021 1 commit
-
-
Taha Tesser authored
[flutter_tools] Add documentation to "cmdline-tools component is missing" doctor validation error (#83356)
-
- 22 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 21 May, 2021 1 commit
-
-
nt4f04uNd authored
-
- 06 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 05 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 24 Mar, 2021 2 commits
-
-
Jia Hao authored
-
Jenn Magder authored
-
- 16 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Feb, 2021 1 commit
-
-
Hidenori Matsubayashi 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 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 06 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 03 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 14 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 05 Oct, 2020 1 commit
-
-
Jonah Williams authored
Cleans up some undocumented classes and re-organizes the AndroidDevices class to avoid the need for the static testing only member. Adds a script for tracking globals.
-
- 17 Sep, 2020 1 commit
-
-
Daniel Edrisian authored
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-