1. 05 Jun, 2018 1 commit
  2. 24 May, 2018 1 commit
  3. 29 Mar, 2018 1 commit
  4. 28 Mar, 2018 2 commits
  5. 28 Feb, 2018 1 commit
    • jcollins-g's avatar
      Android license detector in doctor, take two (#14783) · 614df694
      jcollins-g authored
      * Revert "Revert "Add android license verification to doctor and some refactoring" (#14727)"
      
      This reverts commit d2602947.
      
      * Add tests, fix sdkManagerEnv and use it consistently, and rearrange Status object model
      
      * AnsiSpinner needs to leave the cursor where it found it.
      
      * fix tests
      
      * Const constructor warning only shows up on windows...?
      
      * Avoid crash if we can't find the home directory
      
      * Make pathVarSeparator return a string in the mock
      
      * Implement review comments
      
      * Fix out-of-order problem on stop
      614df694
  6. 21 Feb, 2018 1 commit
  7. 15 Feb, 2018 1 commit
  8. 14 Feb, 2018 1 commit
  9. 01 Feb, 2018 2 commits
  10. 11 Nov, 2017 1 commit
  11. 10 Nov, 2017 1 commit
  12. 22 Oct, 2017 1 commit
  13. 19 Oct, 2017 1 commit
  14. 06 Sep, 2017 1 commit
  15. 07 Jul, 2017 1 commit
  16. 13 Jun, 2017 1 commit
  17. 18 May, 2017 1 commit
  18. 03 May, 2017 1 commit
  19. 02 Apr, 2017 1 commit
  20. 16 Mar, 2017 1 commit
  21. 15 Mar, 2017 2 commits
    • John McCutchan's avatar
      Stop using package:stack_trace and Chain.capture (#8803) · 4c91b6e7
      John McCutchan authored
      - [x] Don't use package:stack_trace.
      - [x] Don't use Chain.capture.
      - [x] Fix an instance of aggressive catching of exceptions
      
      Related #8742
      4c91b6e7
    • Michael Goderbauer's avatar
      Make ProcessSignals portable (#8779) · 15330ffb
      Michael Goderbauer authored
      * Make ProcessSignals portable
      
      This removes the need to wrap unsupported signals with in `if (!platform.isWindows) ..`.
      
      It also allows us to implement a work around for breaking the Windows console when flutter is exited with Ctrl+C.
      
      * review comments
      
      * adding tests
      
      * add license header
      15330ffb
  22. 14 Mar, 2017 1 commit
  23. 13 Mar, 2017 1 commit
    • Ian Hickson's avatar
      Make hot mode a little less aggressive about catching errors. (#8743) · 0edc4d2a
      Ian Hickson authored
      It was resulting in weird situations where the tool would dump an
      error message and stack but not quit, or would fail hard but then just
      hang.
      
      Instead, specifically catch errors you expect. As an example of this,
      there's one error we expect from the DartDependencySetBuilder, so we
      catch that one, turn it into a dedicated exception class, then in the
      caller catch that specific exception.
      0edc4d2a
  24. 10 Mar, 2017 1 commit
  25. 09 Mar, 2017 1 commit
  26. 08 Mar, 2017 1 commit
  27. 07 Mar, 2017 1 commit
  28. 06 Mar, 2017 1 commit
  29. 04 Mar, 2017 2 commits
  30. 27 Feb, 2017 1 commit
    • Todd Volkert's avatar
      Add --bug-report flag (#8435) · f60410fa
      Todd Volkert authored
      This adds support for a `--bug-report` flag, which is a recording
      that:
        - includes the arguments that were passed to the command runner
        - is zipped up for easy attachment in Guthub issues
      f60410fa
  31. 23 Feb, 2017 2 commits
  32. 20 Feb, 2017 2 commits
    • Alexandre Ardhuin's avatar
      prefer const constructor (#8292) · 2888139c
      Alexandre Ardhuin authored
      2888139c
    • Jakob Andersen's avatar
      Teach flutter tools to find gradle (#8241) · 77efc38b
      Jakob Andersen authored
      * Teach flutter tools to find gradle
      
      Flutter tools will now use Gradle from Android Studio, which is now found automatically.
      
      flutter doctor will verify that Android Studio has been installed, and that the included Gradle is at least version 2.14.1.
      
      It is still possible to manually configure the path to Android Studio (flutter config --android-studio-dir=XXX) or Gradle (flutter config --gradle-dir=XXX), but this should only be necessary if they're installed somewhere non-standard.
      
      Only tested on Linux and macOS for now.
      
      Fixes #8131
      77efc38b
  33. 17 Feb, 2017 1 commit
    • Michael Goderbauer's avatar
      Refactor how Artifacts are located (#8234) · cd8434d9
      Michael Goderbauer authored
      Artifacts are now located in a central place.
      This will enable us to downlaod artifacts when we need them (instead of
      downloading them all upfront).
      This also makes replacing sky_snapshot with gen_snapshot easier.
      cd8434d9
  34. 15 Feb, 2017 1 commit