1. 26 May, 2016 4 commits
  2. 25 May, 2016 1 commit
  3. 13 May, 2016 2 commits
  4. 10 May, 2016 2 commits
  5. 06 May, 2016 1 commit
  6. 03 May, 2016 1 commit
  7. 29 Apr, 2016 1 commit
  8. 28 Apr, 2016 1 commit
  9. 27 Apr, 2016 1 commit
    • Devon Carew's avatar
      Flutter run (#3553) · b0dca796
      Devon Carew authored
      * rework flutter run
      
      * fix npe with --debug-port
      
      * connect to obs and exit when that conneciton closes
      
      * update todos
      b0dca796
  10. 25 Apr, 2016 1 commit
  11. 19 Apr, 2016 1 commit
  12. 18 Apr, 2016 3 commits
  13. 16 Apr, 2016 1 commit
  14. 12 Apr, 2016 1 commit
  15. 11 Apr, 2016 2 commits
  16. 07 Apr, 2016 4 commits
  17. 26 Mar, 2016 1 commit
  18. 25 Mar, 2016 1 commit
  19. 23 Mar, 2016 1 commit
  20. 14 Mar, 2016 2 commits
  21. 12 Mar, 2016 1 commit
  22. 08 Mar, 2016 1 commit
  23. 02 Mar, 2016 1 commit
  24. 28 Feb, 2016 1 commit
  25. 27 Feb, 2016 1 commit
  26. 26 Feb, 2016 1 commit
  27. 24 Feb, 2016 1 commit
  28. 23 Feb, 2016 1 commit
    • yjbanov's avatar
      "flutter create" can generate a basic driver test · 278630e6
      yjbanov authored
      "flutter create" adds option `--with-driver-test` that adds
      dependencies to `flutter_driver` in `pubspec.yaml` and creates
      a basic driver test runnable via `flutter drive
      --target=test_driver/e2e.dart`
      
      "flutter drive" new options:
      
      - `--keep-app-running` tells the driver to not stop the app after tests
        are done
      - `--use-existing-app` tells the driver to not start a new app but use
        an already running instance
      278630e6