1. 10 May, 2022 1 commit
  2. 09 May, 2022 1 commit
  3. 22 Feb, 2022 1 commit
  4. 04 Nov, 2021 1 commit
  5. 03 Nov, 2021 1 commit
  6. 01 Nov, 2021 1 commit
  7. 06 Oct, 2021 1 commit
  8. 27 Jan, 2021 1 commit
  9. 06 Nov, 2020 1 commit
  10. 23 Oct, 2020 1 commit
  11. 12 Oct, 2020 1 commit
  12. 06 Oct, 2020 2 commits
    • Jonah Williams's avatar
      [flutter_tools] work around hostonly test (#67369) · 734cc1a1
      Jonah Williams authored
      Many of the host only devicelab tests were relying on doctor to download android dependencies.
      734cc1a1
    • Jonah Williams's avatar
      [flutter_tools] remove globals from FlutterValidator, add documentation and... · 1271447b
      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
      1271447b
  13. 16 Sep, 2020 1 commit
  14. 16 Apr, 2020 1 commit
  15. 07 Mar, 2020 1 commit
  16. 11 Feb, 2020 1 commit
  17. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      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
      449f4a66
  18. 26 Nov, 2019 1 commit
  19. 19 Nov, 2019 1 commit
  20. 17 Sep, 2019 1 commit
  21. 04 Sep, 2019 1 commit
  22. 02 Sep, 2019 1 commit
  23. 03 Jul, 2019 1 commit
  24. 13 Feb, 2019 2 commits
  25. 08 Feb, 2019 2 commits
  26. 30 Oct, 2018 1 commit
    • Ben Konyi's avatar
      Added '--check-for-remote-artifacts' option for Flutter Doctor. (#23543) · b1a23299
      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.
      b1a23299
  27. 12 Sep, 2018 1 commit
  28. 05 Jun, 2018 1 commit
  29. 01 Feb, 2018 1 commit
    • jcollins-g's avatar
      Condense and summarize doctor output without --verbose (#14173) · 26102c91
      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
      26102c91
  30. 10 May, 2017 1 commit
  31. 09 May, 2017 1 commit
  32. 08 May, 2017 1 commit
  33. 29 Nov, 2016 1 commit
  34. 14 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      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
      34e466f1
  35. 16 Sep, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command execution (#5892) · 18212382
      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
      18212382
  36. 01 Sep, 2016 1 commit
  37. 06 Apr, 2016 1 commit