1. 26 Jul, 2018 1 commit
  2. 25 Jul, 2018 1 commit
  3. 24 Jul, 2018 1 commit
  4. 23 Jul, 2018 1 commit
  5. 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
  6. 12 Jul, 2018 3 commits
  7. 11 Jul, 2018 2 commits
  8. 10 Jul, 2018 1 commit
  9. 20 Jun, 2018 1 commit
  10. 19 Jun, 2018 1 commit
  11. 15 Jun, 2018 2 commits
  12. 14 Jun, 2018 1 commit
  13. 11 May, 2018 2 commits
  14. 10 May, 2018 1 commit
  15. 10 Apr, 2018 1 commit
  16. 09 Apr, 2018 1 commit
  17. 04 Apr, 2018 1 commit
  18. 03 Apr, 2018 1 commit
  19. 23 Mar, 2018 1 commit
  20. 21 Mar, 2018 1 commit
    • Jonah Williams's avatar
      Traverse dependencies and dev dependencies separately (#15581) · ad9506d2
      Jonah Williams authored
      * traverse dependencies and dev dependencies separately
      
      * separate dev and reg deps
      
      * update pubspecs
      
      * add checksum string and update transitive dep string.  Add additional verify command to check checksum
      
      * cleanup comments
      
      * add missing space, quote, run verify-onlu from bot script
      
      * rerun tool with fixed string
      
      * ensure correct working directory and bump versions
      
      * flutter not flutterRoot
      ad9506d2
  21. 15 Mar, 2018 1 commit
  22. 13 Mar, 2018 1 commit
  23. 12 Mar, 2018 1 commit
    • Siva's avatar
      Update dart-petitparser and dart-xml packages (#15376) · e5ba3041
      Siva authored
      * Update the following packages
      - dart-petitparser to 1.7.5
      - dart-xml to 3.0.3
      - image to 1.1.30
      These updates fix some of the strong mode errors we were encountering
      while running flutter tests.
      e5ba3041
  24. 09 Mar, 2018 1 commit
  25. 08 Mar, 2018 1 commit
  26. 23 Feb, 2018 1 commit
  27. 14 Feb, 2018 1 commit
  28. 09 Feb, 2018 1 commit
  29. 07 Feb, 2018 1 commit
    • Greg Spencer's avatar
      Fix process running during package creation (#14508) · df791279
      Greg Spencer authored
      There were some problems I introduced with the last PR for this. It passed the test, but failed in practice.
      
      This adds tests for those failure cases, adds a "--help" and fixes the test so that it doesn't try and actually download MinGit as part of the Windows test.
      
      I added package:platform as a dependency, so I did a force upgrade on the packages.
      
      Also, re-enabling 'create package' in the cache warming code, now that #14448 is fixed.
      df791279
  30. 26 Jan, 2018 1 commit
    • Vyacheslav Egorov's avatar
      Unpin test and upgrade packages (#14282) · c23509e9
      Vyacheslav Egorov authored
      * Unpin package:test and upgrade packages
      
      * Update packages/flutter/test/foundation/stack_trace_test.dart
      
      * Also add packages/flutter_tools/test/data/asset_test/font/.dartignore to ensure that update-packages --force-upgrade does not crash.
      c23509e9
  31. 19 Jan, 2018 1 commit
  32. 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
  33. 13 Jan, 2018 1 commit
  34. 12 Jan, 2018 1 commit
  35. 10 Jan, 2018 1 commit