1. 05 May, 2016 1 commit
  2. 04 May, 2016 2 commits
  3. 03 May, 2016 1 commit
  4. 02 May, 2016 1 commit
  5. 29 Apr, 2016 2 commits
  6. 28 Apr, 2016 1 commit
  7. 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
  8. 25 Apr, 2016 1 commit
  9. 19 Apr, 2016 1 commit
  10. 11 Apr, 2016 1 commit
  11. 08 Apr, 2016 2 commits
  12. 07 Apr, 2016 1 commit
  13. 01 Apr, 2016 1 commit
  14. 28 Mar, 2016 1 commit
  15. 26 Mar, 2016 1 commit
  16. 25 Mar, 2016 1 commit
  17. 24 Mar, 2016 3 commits
  18. 17 Mar, 2016 2 commits
  19. 14 Mar, 2016 2 commits
  20. 12 Mar, 2016 3 commits
  21. 11 Mar, 2016 3 commits
    • Devon Carew's avatar
      ad7a666a
    • John McCutchan's avatar
      Add DevicePortForwarder with adb fix · 5e140b75
      John McCutchan authored
      5e140b75
    • Ian Hickson's avatar
      Enable ALL THE LINTS · 1b9cd520
      Ian Hickson authored
      Well, all the easy ones, anyway.
      
      For some reason `// ignore:` isn't working for me so I've disabled
      lints that need that. Also disabled those that require a ton of work
      (which I'm doing, but not in this PR, to keep it reviewable).
      
      This adds:
      - avoid_init_to_null
      - library_names
      - package_api_docs
      - package_names
      - package_prefixed_library_names
      - prefer_is_not_empty
      - sort_constructors_first
      - sort_unnamed_constructors_first
      - unnecessary_getters_setters
      1b9cd520
  22. 10 Mar, 2016 3 commits
  23. 09 Mar, 2016 2 commits
  24. 08 Mar, 2016 1 commit
  25. 29 Feb, 2016 1 commit
    • Adam Barth's avatar
      Teach flutter logs to show only new logs · ad718a8d
      Adam Barth authored
      After this patch, the flutter logs command on Android shows only log messages
      since the command was run. Previously, it showed historical logs, which was
      confusing.
      
      Fixes #2013
      ad718a8d
  26. 28 Feb, 2016 1 commit