- 30 Jan, 2023 1 commit
-
-
Elias Yishak authored
* refactoring to use `ver` command instead of `systeminfo` * fix tests to match new approach * adding another valid validator using brazil locale text * refactor tests to use generic fake class `ver` arg + showing output from `ver` if unsuccessful * update reason text in test * fix reason text to be hard coded
-
- 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
-
- 14 Dec, 2022 1 commit
-
-
Phil Quitslund authored
-
- 01 Dec, 2022 1 commit
-
-
Jenn Magder authored
* Suggest Rosetta when x64 binary cannot be run * validator * Adjust error message
-
- 29 Nov, 2022 1 commit
-
-
Christopher Fujino authored
* normalize windows file path cases in flutter validator * fix * make comparison more accurate by checking .startsWith() rather than .contains() * fix method name * call path.canonicalize * fix
-
- 20 Oct, 2022 1 commit
-
-
Christopher Fujino authored
-
- 15 Sep, 2022 1 commit
-
-
Christopher Fujino authored
-
- 08 Sep, 2022 1 commit
-
-
Elias Yishak authored
-
- 03 Aug, 2022 1 commit
-
-
Hannes Winkler authored
-
- 26 Jul, 2022 1 commit
-
-
Anurag Roy authored
-
- 16 Jul, 2022 1 commit
-
-
Christopher Fujino authored
-
- 15 Jul, 2022 1 commit
-
-
Christopher Fujino authored
[flutter_tools] Migrate commands.shard/hermetic/doctor_test to null-safety and make hermetic (#107670)
-
- 20 Jun, 2022 1 commit
-
-
Anurag Roy authored
-
- 29 Mar, 2022 1 commit
-
-
Christopher Fujino authored
-
- 28 Mar, 2022 1 commit
-
-
Christopher Fujino authored
* warn when doctor takes long
-
- 22 Feb, 2022 1 commit
-
-
Tomasz Gucio authored
-
- 10 Jan, 2022 2 commits
-
-
Zachary Anderson authored
-
Jenn Magder authored
-
- 06 Jan, 2022 1 commit
-
-
crisboarna authored
-
- 16 Dec, 2021 1 commit
-
-
crisboarna authored
-
- 12 Dec, 2021 1 commit
-
-
Dan Field authored
-
- 11 Nov, 2021 1 commit
-
-
Kenzie (Schmoll) Davisson authored
* Add DevTools version to `flutter --version` output. * review comments * fix test * add explanatory comment * dummy commit to kick bots Co-authored-by:
Christopher Fujino <christopherfujino@gmail.com>
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 01 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 08 Oct, 2021 1 commit
-
-
Jenn Magder authored
-
- 17 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 16 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 13 Apr, 2021 1 commit
-
-
Anurag Roy authored
-
- 05 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 16 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 05 Mar, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] replace MockFlutterVersion usage with fake where possible, move from context (#77390)
-
- 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
-
- 28 Oct, 2020 1 commit
-
-
Danny Tuppeny authored
-
- 26 Oct, 2020 1 commit
-
-
Jonah Williams authored
-
- 13 Oct, 2020 1 commit
-
-
Jonah Williams authored
Remove "This is taking a long time" progress timeout and TimeoutConfiguration.
-
- 12 Oct, 2020 1 commit
-
-
Jonah Williams authored
HACKTOBERFEST
-
- 09 Oct, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] remove globals from IntelliJ validator, refactor tests to remove dependency on JAR (#67240) Move the intellij validator to its own file, and split off the tests. Remove globals from each, and remove dependency on a real jar/filesystem by creating a minimal version of the manifest xml and setting it up in the memory file system. #47161
-