1. 25 Jan, 2018 6 commits
  2. 24 Jan, 2018 5 commits
  3. 23 Jan, 2018 4 commits
  4. 22 Jan, 2018 4 commits
  5. 20 Jan, 2018 6 commits
  6. 19 Jan, 2018 12 commits
  7. 18 Jan, 2018 3 commits
    • jcollins-g's avatar
      Make automated_tests mostly ignore extraneous error messages (#14170) · 460dd00b
      jcollins-g authored
      * Ignore extraneous error messages outside of one skipped test
      
      * Fix analysis error
      460dd00b
    • Paul Betts's avatar
      Allow Flutter to be vendored as a submodule (#14157) · f77826c5
      Paul Betts authored
      When Flutter is vendored as a submodule, `.git` is a File whose contents
      are a pointer to the Git directory. This change allows you to pin your
      app to a certain version of Flutter via submodules.
      f77826c5
    • 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