1. 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
  2. 23 Feb, 2017 2 commits
  3. 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
  4. 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
  5. 15 Feb, 2017 1 commit
  6. 10 Feb, 2017 1 commit
  7. 02 Feb, 2017 1 commit
  8. 28 Jan, 2017 1 commit
  9. 26 Jan, 2017 1 commit
  10. 23 Jan, 2017 3 commits
  11. 22 Jan, 2017 1 commit
  12. 09 Jan, 2017 1 commit
  13. 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
  14. 08 Dec, 2016 1 commit
  15. 30 Nov, 2016 2 commits
  16. 29 Nov, 2016 2 commits
  17. 14 Nov, 2016 2 commits
    • 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
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 2 (#6817) · e384c0d9
      Dan Rubel authored
      * convert pubGet to throw ToolExit on non-zero exit code
      * convert commandValidator to throw ToolExit for non-zero exit code
      * convert flutter commands to throw ToolExit for non-zero exit code
      * use convenience method throwToolExit
      * only show "if this problem persists" for unusual exceptions
      e384c0d9
  18. 11 Nov, 2016 2 commits
  19. 10 Nov, 2016 2 commits
  20. 08 Nov, 2016 1 commit
  21. 02 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Merge skia into screenshot (#6623) · 819ac27d
      Dan Rubel authored
      * merge `flutter skia` into `flutter screenshot`
      * improve skia failed error message
      * update help text - how to find diagnostic port for skia
      * improve error message if skia capture fails
      819ac27d
  22. 28 Oct, 2016 1 commit
  23. 21 Oct, 2016 1 commit
    • Jason Simmons's avatar
      Do not buffer logs in the verbose logger (#6465) · 022cb2d9
      Jason Simmons authored
      With the old policy the most recent log would not be printed until the next
      log is produced (which may be indefinitely).  This change prints logs
      immediately along with a time delta since the previous log.
      022cb2d9
  24. 20 Oct, 2016 1 commit
  25. 13 Oct, 2016 1 commit
  26. 06 Oct, 2016 1 commit
  27. 05 Oct, 2016 1 commit
  28. 04 Oct, 2016 1 commit
  29. 28 Sep, 2016 1 commit
  30. 23 Sep, 2016 1 commit
  31. 22 Sep, 2016 1 commit