1. 13 May, 2016 1 commit
    • Devon Carew's avatar
      Consolidate observatory code (#3892) · 40c0d6ea
      Devon Carew authored
      * rename service_protocol.dart to protocol_discovery.dart
      
      * add a wrapper around the obs. protocol
      
      * use json-rpc in run
      
      * consolidate obs. code; implement flutter run --benchmark
      
      * review comments
      40c0d6ea
  2. 12 May, 2016 2 commits
  3. 11 May, 2016 3 commits
  4. 05 May, 2016 1 commit
  5. 04 May, 2016 2 commits
  6. 03 May, 2016 1 commit
  7. 02 May, 2016 1 commit
  8. 29 Apr, 2016 2 commits
  9. 28 Apr, 2016 1 commit
  10. 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
  11. 25 Apr, 2016 1 commit
  12. 19 Apr, 2016 1 commit
  13. 11 Apr, 2016 1 commit
  14. 08 Apr, 2016 2 commits
  15. 07 Apr, 2016 1 commit
  16. 01 Apr, 2016 1 commit
  17. 28 Mar, 2016 1 commit
  18. 26 Mar, 2016 1 commit
  19. 25 Mar, 2016 1 commit
  20. 24 Mar, 2016 3 commits
  21. 17 Mar, 2016 2 commits
  22. 14 Mar, 2016 2 commits
  23. 12 Mar, 2016 3 commits
  24. 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
  25. 10 Mar, 2016 2 commits