1. 14 Nov, 2018 1 commit
    • James D. Lin's avatar
      Make examples/catalog instructions a bit less confusing (#24252) · 26f94bdd
      James D. Lin authored
      Make the examples/catalog instructions a bit less confusing:
      * Make the README.md file provide explicit instructions about how to
        run each example.
      * Try to clarify that the lib/main.dart message is instructional and
        not an error message.
      
      Additionally, adjust examples/layers/lib/main.dart to be consistent
      with examples/catalog/lib/main.dart.
      
      Fixes #22640.
      
      Testing Done:
      * Ran `flutter run` from examples/catalog and from examples/layers,
        saw the updated message.
      26f94bdd
  2. 02 Aug, 2018 1 commit
  3. 27 Jul, 2018 1 commit
  4. 23 Jul, 2018 1 commit
  5. 16 Jul, 2018 2 commits
  6. 29 Nov, 2017 1 commit
  7. 01 Jun, 2017 1 commit
  8. 29 May, 2017 1 commit
  9. 25 Apr, 2017 1 commit
  10. 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
  11. 10 Jan, 2017 1 commit
  12. 16 Dec, 2015 1 commit
  13. 14 Dec, 2015 1 commit
  14. 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