1. 03 Mar, 2016 2 commits
  2. 20 Feb, 2016 1 commit
    • yjbanov's avatar
      "flutter drive" command · a2b1bd46
      yjbanov authored
      Runs a test app and a driver test simultaneously, then stops the app.
      
      Usage:
      
      ```
      flutter drive --target=/path/to/test/app.dart
      ```
      
      This command will look for `/path/to/test/app_test.dart` by
      convention. We will expand into other ways of discovering tests in the
      future.
      a2b1bd46
  3. 13 Feb, 2016 1 commit
  4. 03 Feb, 2016 1 commit
    • Matt Perry's avatar
      'flutter start' calls 'flutter apk' if necessary. · 5d2281b6
      Matt Perry authored
      flutter start no longer depends on a pre-built SkyShell.apk. It builds a
      new one, as long as an AndroidManifest.xml exists.
      
      We rebuild the .apk every time either AndroidManifest.xml or
      flutter.yaml changes.
      5d2281b6
  5. 25 Jan, 2016 1 commit
  6. 16 Dec, 2015 1 commit
  7. 14 Dec, 2015 1 commit
  8. 11 Dec, 2015 1 commit
  9. 01 Dec, 2015 1 commit
  10. 24 Nov, 2015 1 commit
    • Adam Barth's avatar
      Pin `package:test` to an exact revision · 58f056da
      Adam Barth authored
      We use a number of non-public APIs in the test package, which makes our
      dependency quite fragile. This patch pins a specific, known-good version. We
      should update to the lastest version in a follow-up patch.
      58f056da
  11. 10 Nov, 2015 1 commit
  12. 07 Nov, 2015 3 commits
  13. 04 Nov, 2015 3 commits
  14. 03 Nov, 2015 2 commits
  15. 02 Nov, 2015 3 commits
  16. 31 Oct, 2015 1 commit
  17. 30 Oct, 2015 1 commit
  18. 29 Oct, 2015 8 commits
  19. 28 Oct, 2015 1 commit
    • Hixie's avatar
      Rev the Dart SDK · 672976aa
      Hixie authored
      We also have to require a newer test package, since the old one depends
      on a version of the analyzer that uses dart:profiler, which is gone and
      replaced by dart:developer.
      672976aa
  20. 26 Oct, 2015 2 commits
  21. 24 Oct, 2015 1 commit
  22. 23 Oct, 2015 3 commits