1. 27 Apr, 2017 1 commit
  2. 25 Apr, 2017 1 commit
  3. 26 Jan, 2017 1 commit
    • xster's avatar
      Fix a crash (#7597) when the flutter sdk moves after getting packages (#7601) · 682c7992
      xster authored
      * Add a check in case the flutter directory in .packages no longer exists. Clean up and prompt user
      
      * Update documentation to use flutter packages get for end-users instead of flutter update-packages.
      
      * Merge missing sdk error with the multiple sdk error. They're really the same thing.
      
      * Use flutterPath in both checks.
      
      * Change file_system’s copy folder to copy director which takes into account the file system
      
      * Test support files
      
      * Add test and split into 2 messages again.
      
      * Move tests to run in memory file system's copy. Tested with dev/bots/test.sh
      682c7992
  4. 10 Jan, 2017 1 commit
  5. 16 Dec, 2015 1 commit
  6. 14 Dec, 2015 1 commit
  7. 21 Aug, 2015 1 commit
    • Adam Barth's avatar
      Introduce sky/unit/test · b64e1aab
      Adam Barth authored
      This patch adds a new test harness and a first, trivial test to run with the
      harness. The new test harness is built on package:test and should run on
      Travis. Over time, we'll migrate our existing tests into this harness.
      b64e1aab