1. 02 Feb, 2017 1 commit
  2. 27 Jan, 2017 1 commit
  3. 26 Jan, 2017 1 commit
  4. 10 Jan, 2017 1 commit
  5. 07 Jan, 2017 1 commit
    • Todd Volkert's avatar
      Update flutter_tools to use package:file throughout (#7385) · 8bb27034
      Todd Volkert authored
      This removes direct file access from within flutter_tools
      in favor of using `package:file` via a `FileSystem` that's
      accessed via the `ApplicationContext`.
      
      This lays the groundwork for us to be able to easily swap
      out the underlying file system when running Flutter tools,
      which will be used to provide a record/replay file system,
      analogous to what we have for process invocations.
      8bb27034
  6. 06 Dec, 2016 1 commit
    • Dan Rubel's avatar
      Cleanup common port forwarding code (#7142) · 93e662ab
      Dan Rubel authored
      This moves the various copies of port forwarding code in the Device subclasses into the ProtocolDiscovery class.
      
      * move port forwarding to a common location
      * throw exception if protocol Uri is not discovered or port forwarding fails
      * cancel discovery protocol subscriptions on iOS launches (wasn't happening before)
      * fix iOS port forwarding to match other implementations
      * add tests
      93e662ab
  7. 01 Dec, 2016 1 commit
  8. 29 Nov, 2016 1 commit
  9. 28 Nov, 2016 2 commits
  10. 17 Nov, 2016 1 commit
    • Todd Volkert's avatar
      Allow for application-specific log readers. (#6898) · 9cb914df
      Todd Volkert authored
      * Allow for application-specific log readers.
      
      When running with prebuilt application binaries, those applications
      aren't guaranteed to be named "Runner" (as it is when we build
      the app locally in Flutter tools)
      9cb914df
  11. 10 Nov, 2016 1 commit
  12. 27 Oct, 2016 1 commit
  13. 05 Oct, 2016 1 commit
  14. 04 Oct, 2016 1 commit
  15. 28 Sep, 2016 1 commit
    • John McCutchan's avatar
      Fix flutter run --use-application-binary (#6106) · ca8070f9
      John McCutchan authored
      When using --use-application-binary:
      
      - [x] Stop flutter run from checking for a pubspec.yaml in current directory
      - [x] Stop flutter run from invoking pub get
      - [x] Set 'shouldBuild' based on --use-application-binary
      - [x] Stop requiring 'lib/main.dart' to be present before running.
      - [x] Stop building an FLX when launching on Android
      ca8070f9
  16. 01 Sep, 2016 2 commits
  17. 30 Aug, 2016 1 commit
  18. 11 Aug, 2016 2 commits
  19. 20 Jul, 2016 1 commit
  20. 04 Jul, 2016 1 commit
  21. 14 Jun, 2016 1 commit
  22. 13 Jun, 2016 1 commit
  23. 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
  24. 02 Jun, 2016 1 commit
  25. 27 May, 2016 1 commit
  26. 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
  27. 25 May, 2016 1 commit
  28. 23 May, 2016 1 commit
  29. 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
  30. 17 May, 2016 1 commit
  31. 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
  32. 12 May, 2016 1 commit
  33. 11 May, 2016 1 commit
  34. 10 May, 2016 1 commit
  35. 05 May, 2016 1 commit
  36. 03 May, 2016 1 commit
  37. 28 Apr, 2016 1 commit