- 10 May, 2022 1 commit
-
-
Aman Verma authored
-
- 09 May, 2022 1 commit
-
-
Jesús S Guerrero authored
-
- 22 Feb, 2022 1 commit
-
-
Tomasz Gucio authored
-
- 04 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 03 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 01 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 06 Oct, 2021 1 commit
-
-
Pierre-Louis 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
-
- 06 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 23 Oct, 2020 1 commit
-
-
Jonah Williams authored
-
- 12 Oct, 2020 1 commit
-
-
Jonah Williams authored
HACKTOBERFEST
-
- 06 Oct, 2020 2 commits
-
-
Jonah Williams authored
Many of the host only devicelab tests were relying on doctor to download android dependencies.
-
Jonah Williams authored
[flutter_tools] remove globals from FlutterValidator, add documentation and move tests to new file (#67234) Remove globals from the flutter validator class, and refactor the tests into a separate file. Applies some other cleanup like adding doc comments, and making the doctor validator work like it is documented to work - removing the gen_snapshot check if the artifact is not downloaded instead of downloading all android artifacts. #47161
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 16 Apr, 2020 1 commit
-
-
Jenn Magder authored
* Move doctor into globals * Fix tests
-
- 07 Mar, 2020 1 commit
-
-
Dan Field authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 26 Nov, 2019 1 commit
-
-
Christopher Fujino authored
-
- 19 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools/lib * address review comments * use castStringKeyedMap * introduce {bool,string,strings}Arg * fix ci
-
- 17 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 04 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 02 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 03 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 13 Feb, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 76061c4f.
-
Jonah Williams authored
-
- 08 Feb, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 98971f3c.
-
Jonah Williams authored
-
- 30 Oct, 2018 1 commit
-
-
Ben Konyi authored
* Added '--check-for-remote-artifacts' option for Flutter Doctor. This option takes a Flutter engine revision and issues HEAD requests to determine whether or not artifacts for the provided engine revision are available from cloud storage. This functionality is needed for the Dart SDK autoroller to avoid creating a PR to roll the engine into the framework while artifacts haven't finished building, which would cause Cirrus tests to fail.
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Feb, 2018 1 commit
-
-
jcollins-g authored
* Flatten change out from lots of merges and temporary hacks for #7224 * Expand fakes to cover cases where doctor passes * -v != --verbose * Cosmetic touchups * delint * Clean up summary line, add a switch for review comments * Review comments * nit * review comment * review comments
-
- 10 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 09 May, 2017 1 commit
-
-
Jason Simmons authored
Add a flutter doctor --android-licenses command that locates and runs the Android SDK license manager (#9892) See https://github.com/flutter/flutter/issues/8438
-
- 08 May, 2017 1 commit
-
-
xster authored
* record doctor failures * fully mock out analytics dependencies
-
- 29 Nov, 2016 1 commit
-
-
John McCutchan authored
-
- 14 Nov, 2016 1 commit
-
-
Dan Rubel authored
* Remove the workaround that pinned args to v0.13.6 This reverts most of the changes in commit 6331b6c8 * throw exception if exit code is not an integer * rework command infrastructure to throw ToolExit when non-zero exitCode * convert commands to return Future<Null> * cleanup remaining commands to use throwToolExit for non-zero exit code * remove isUnusual exception message * add type annotations for updated args package
-
- 16 Sep, 2016 1 commit
-
-
Dan Rubel authored
* refactor _run to runCmd * replace requiresProjectRoot getter with call to commandValidator * replace requiresDevice getter with call to findTargetDevice * trace command requires a debug connection, not a device * inline androidOnly getter * rename command methods to verifyTheRunCmd and runCmd * move common verification into BuildSubCommand * rename deviceForCommand to device * rename methods to verifyThenRunCommand and runCommand
-
- 01 Sep, 2016 1 commit
-
-
Dan Rubel authored
* show device list in flutter doctor output fixes https://github.com/flutter/flutter/issues/5625
-
- 06 Apr, 2016 1 commit
-
-
Devon Carew authored
* add the dart vm version to flutter doctor * drop the dart vm change
-