1. 07 Dec, 2015 1 commit
  2. 04 Dec, 2015 2 commits
  3. 28 Nov, 2015 1 commit
    • Ian Hickson's avatar
      dev/update_packages.dart --upgrade · 92a62120
      Ian Hickson authored
      Add an --upgrade flag to the dev/update_packages.dart flag which runs
      'pub upgrade' instead of 'pub get'. Tell people to use this when using
      'flutter analyze' since 'pub get' doesn't have the same guarantee of
      getting everything in sync.
      92a62120
  4. 21 Nov, 2015 1 commit
    • Adam Barth's avatar
      Fix analyzer warnings · 99d51f5f
      Adam Barth authored
      Should make Travis green again. Also, add better logging to
      dev/update_packages.dart.
      99d51f5f
  5. 16 Nov, 2015 1 commit
    • Eric Seidel's avatar
      Moar shebang. · a2ee0563
      Eric Seidel authored
      Make it possible to run dev/update_packages.dart directly from the shell.
      
      @abarth
      a2ee0563
  6. 10 Nov, 2015 1 commit
  7. 09 Nov, 2015 2 commits
  8. 07 Nov, 2015 2 commits
    • Adam Barth's avatar
      Add dev/run_tests · 2ed11343
      Adam Barth authored
      This script runs the Flutter unit tests. By default, the script assumes you
      have compiled a SkyShell in an "engine/src" that's a peer to the "flutter"
      directory.
      2ed11343
    • Adam Barth's avatar
      Rewire the pubspecs to use local paths · 08539b4e
      Adam Barth authored
      Using local paths ensures that each package sees each other package at HEAD.
      08539b4e