1. 01 Sep, 2016 2 commits
  2. 30 Aug, 2016 1 commit
  3. 11 Aug, 2016 2 commits
  4. 20 Jul, 2016 1 commit
  5. 04 Jul, 2016 1 commit
  6. 14 Jun, 2016 1 commit
  7. 13 Jun, 2016 1 commit
  8. 07 Jun, 2016 1 commit
    • Devon Carew's avatar
      add a restart command to the daemon protocol (#4385) · 3ba17136
      Devon Carew authored
      * refactor the --resident run option into a separate file
      
      * update daemon to run --resident apps
      
      * re-plumbing daemon start
      
      * send app logs
      
      * update tests
      
      * review changes
      
      * fix test runner
      
      * remove PackageMap.createGlobalInstance; rely on the ctor
      
      * review comments
      3ba17136
  9. 02 Jun, 2016 1 commit
  10. 27 May, 2016 1 commit
  11. 26 May, 2016 1 commit
    • Devon Carew's avatar
      Flutter run restart (#4105) · ec751776
      Devon Carew authored
      * working on making a faster flutter run restart
      
      * clean up todos; fire events on isolate changes
      
      * use the Flutter.FrameworkInitialization event
      
      * review comments
      ec751776
  12. 25 May, 2016 1 commit
  13. 23 May, 2016 1 commit
  14. 19 May, 2016 1 commit
    • pq's avatar
      Cleanup dangling comment references. · 1a6f499b
      pq authored
      Quick pass at fixing a few dangling references as revealed by the new `comment_references` lint (https://github.com/dart-lang/linter/issues/240).
      
      There's a bunch more to do here before we can turn it on by default (~430 lints as of now).  Many of them are a simple matter of adding an import (e.g., `dart:async` for library docs that reference `Future`) but others will require a bit of thought.  Probably best done by the folks writing the code. :)
      1a6f499b
  15. 17 May, 2016 1 commit
  16. 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
  17. 12 May, 2016 1 commit
  18. 11 May, 2016 1 commit
  19. 10 May, 2016 1 commit
  20. 05 May, 2016 1 commit
  21. 03 May, 2016 1 commit
  22. 28 Apr, 2016 1 commit
  23. 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
  24. 25 Apr, 2016 1 commit
  25. 16 Apr, 2016 1 commit
  26. 11 Apr, 2016 1 commit
  27. 07 Apr, 2016 1 commit
  28. 26 Mar, 2016 1 commit
  29. 14 Mar, 2016 3 commits
  30. 11 Mar, 2016 3 commits
    • Devon Carew's avatar
      remove some references to DeviceStore · 5ad6a570
      Devon Carew authored
      5ad6a570
    • 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
  31. 10 Mar, 2016 2 commits
  32. 08 Mar, 2016 1 commit
  33. 26 Feb, 2016 1 commit