1. 14 Jul, 2018 1 commit
    • Greg Spencer's avatar
      Add Bash and Zsh command-line completion for flutter (#19243) · 5d0d1b03
      Greg Spencer authored
      This uses @kevmoo's completion package to do command line completion for flutter, and a new command "bash-completion" (with alias "zsh-completion") that will output the necessary shell script setup code, and adds the hidden command "completion" that does the actual completion.
      
      Because it adds a dependency, I also had to do flutter update-packages --force-upgrade.
      
      Fixes #18988.
      5d0d1b03
  2. 14 Jun, 2018 1 commit
  3. 05 Jun, 2018 1 commit
  4. 04 Jun, 2018 3 commits
  5. 10 May, 2018 1 commit
  6. 11 Apr, 2018 2 commits
  7. 10 Apr, 2018 1 commit
  8. 29 Mar, 2018 1 commit
  9. 28 Mar, 2018 2 commits
  10. 20 Mar, 2018 1 commit
  11. 21 Feb, 2018 1 commit
  12. 27 Jan, 2018 1 commit
  13. 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
  14. 11 Jan, 2018 1 commit
  15. 10 Jan, 2018 1 commit
  16. 15 Dec, 2017 1 commit
  17. 28 Sep, 2017 1 commit
    • Todd Volkert's avatar
      Add Flags class. (#12268) · 9ea1ff12
      Todd Volkert authored
      This class lives in the Context and allows callers to "inject"
      flag values, where flag values are first extracted from the
      command arguments, then from the global arguments as a fallback.
      9ea1ff12
  18. 05 Sep, 2017 1 commit
  19. 31 Aug, 2017 1 commit
  20. 14 Jun, 2017 1 commit
  21. 12 Jun, 2017 1 commit
  22. 07 Jun, 2017 1 commit
  23. 19 May, 2017 1 commit
  24. 12 May, 2017 1 commit
  25. 11 May, 2017 1 commit
  26. 07 Apr, 2017 1 commit
  27. 05 Apr, 2017 1 commit
    • Ian Hickson's avatar
      Update the examples/ README and associated fixes. (#9090) · a52c7b47
      Ian Hickson authored
      This yak shave went as follows:
      
      Fix https://github.com/flutter/flutter/issues/8795 by adding stocks to
      the examples README.
      
      Notice the layers entry in that README isn't quite right either.
      Update that.
      
      Check the layers/README file is worth pointing at.
      
      Update the layers/README.
      
      Let's run some of the layer tests to see if they still work.
      
      Oops, need to update them to gradle.
      
      Ok let's try running them again.
      
      Oops, sector is broken.
      
      Add a test for sector.
      
      Fix sector. Find you need to add an assert to a const constructor.
      
      Notice we need to turn const asserts on for the analyzer.
      
      Notice the analysis_options files are out of sync with each other and
      with the full list of lints.
      
      Turn on the lints that should be on.
      
      Fix the bugs that finds.
      a52c7b47
  28. 04 Apr, 2017 1 commit
  29. 15 Mar, 2017 2 commits
  30. 07 Mar, 2017 1 commit
  31. 04 Mar, 2017 1 commit
  32. 28 Feb, 2017 1 commit
  33. 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
  34. 23 Feb, 2017 1 commit
  35. 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