1. 11 Nov, 2017 1 commit
  2. 10 Nov, 2017 1 commit
  3. 22 Oct, 2017 1 commit
  4. 19 Oct, 2017 1 commit
  5. 06 Sep, 2017 1 commit
  6. 07 Jul, 2017 1 commit
  7. 13 Jun, 2017 1 commit
  8. 18 May, 2017 1 commit
  9. 03 May, 2017 1 commit
  10. 02 Apr, 2017 1 commit
  11. 16 Mar, 2017 1 commit
  12. 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
  13. 14 Mar, 2017 1 commit
  14. 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
  15. 10 Mar, 2017 1 commit
  16. 09 Mar, 2017 1 commit
  17. 08 Mar, 2017 1 commit
  18. 07 Mar, 2017 1 commit
  19. 06 Mar, 2017 1 commit
  20. 04 Mar, 2017 2 commits
  21. 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
  22. 23 Feb, 2017 2 commits
  23. 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
  24. 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
  25. 15 Feb, 2017 1 commit
  26. 10 Feb, 2017 1 commit
  27. 02 Feb, 2017 1 commit
  28. 28 Jan, 2017 1 commit
  29. 26 Jan, 2017 1 commit
  30. 23 Jan, 2017 3 commits
  31. 22 Jan, 2017 1 commit
  32. 09 Jan, 2017 1 commit
  33. 07 Jan, 2017 1 commit
    • Todd Volkert's avatar
      Update flutter_tools to use package:file throughout (#7385) · 8bb27034
      Todd Volkert authored
      This removes direct file access from within flutter_tools
      in favor of using `package:file` via a `FileSystem` that's
      accessed via the `ApplicationContext`.
      
      This lays the groundwork for us to be able to easily swap
      out the underlying file system when running Flutter tools,
      which will be used to provide a record/replay file system,
      analogous to what we have for process invocations.
      8bb27034
  34. 08 Dec, 2016 1 commit