1. 09 May, 2018 1 commit
  2. 06 Feb, 2018 1 commit
  3. 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
  4. 18 Jan, 2018 1 commit
    • Ian Hickson's avatar
      New release process (#14061) · 9e42e4b8
      Ian Hickson authored
      Generate the "version" file from git tags.
      Remove the old VERSION file and mentions of versions in pubspec.yaml files.
      Replace the old update_versions.dart script with a new roll_dev.dart script.
      Update "flutter channel".
      Update "flutter upgrade", including making it transition from alpha to dev.
      Update "flutter --version" and "flutter doctor".
      9e42e4b8
  5. 14 Dec, 2017 1 commit
  6. 13 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Creates a new flutter command 'ide-config' and removes *.iml and .idea from tree. (#12958) · 797b39e9
      Greg Spencer authored
      Creates a new (hidden) flutter command 'ide-config' that will create and/or update
      existing .iml files and some files under the .idea directory, as well as
      removing existing *.iml files and the .idea directory.
      
      It also:
      
       * Adds *.iml to the .gitignore
       * Removes existing .iml files from the repo, and moves them to the
         packages/flutter_tools/ide_templates/intellij directory.
       * Adds a flag to ide-config ('--update-templates') that will take any new .iml
         files in the flutter tree and add them to the existing templates.
           - If --overwrite is also specified, then all existing templates will also
             be overwritten with the contents from the flutter tree, and any that have
             been deleted from the flutter tree will also be removed from the
             templates.
       * Added new run configurations for all existing app targets that will now also
         be automatically added to IntelliJ.
       * Setting up the environment also includes setting the coding style guidelines
         and the git VCS.
       * Note that after this PR lands, Flutter developers will need to run it once to
         re-create the .iml files and configuration files that have been removed.
      
      After this PR lands, .iml files will no longer appear in the untracked files
      section for git.
      797b39e9
  7. 10 Nov, 2017 1 commit
  8. 22 Oct, 2017 1 commit
  9. 19 Oct, 2017 1 commit
  10. 06 Sep, 2017 1 commit
  11. 07 Jul, 2017 1 commit
  12. 13 Jun, 2017 1 commit
  13. 18 May, 2017 1 commit
  14. 03 May, 2017 1 commit
  15. 02 Apr, 2017 1 commit
  16. 16 Mar, 2017 1 commit
  17. 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
  18. 14 Mar, 2017 1 commit
  19. 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
  20. 10 Mar, 2017 1 commit
  21. 09 Mar, 2017 1 commit
  22. 08 Mar, 2017 1 commit
  23. 07 Mar, 2017 1 commit
  24. 06 Mar, 2017 1 commit
  25. 04 Mar, 2017 2 commits
  26. 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
  27. 23 Feb, 2017 2 commits
  28. 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
  29. 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
  30. 15 Feb, 2017 1 commit
  31. 10 Feb, 2017 1 commit
  32. 02 Feb, 2017 1 commit
  33. 28 Jan, 2017 1 commit
  34. 26 Jan, 2017 1 commit
  35. 23 Jan, 2017 2 commits