1. 10 Oct, 2018 1 commit
  2. 23 Sep, 2018 1 commit
  3. 06 Sep, 2018 2 commits
  4. 05 Sep, 2018 1 commit
  5. 19 Jul, 2018 1 commit
    • Danny Tuppeny's avatar
      Add `--machine` support for `flutter attach` (#19077) · ed9afbbc
      Danny Tuppeny authored
      * Extract some of startApp into a reusable method
      
      * Get basic attach --machine working
      
      * Attach --machine tweaks
      
      Move validation to validate method and create daemon early so we get the startup event before trying to get a connection.
      
      * Bump daemon version so we know whether it's valid to flutter attach
      
      * Tweak output text
      
      * Swap package imports for relative
      
      * Review tweaks (naming, formatting, typedefs)
      
      * Separate arguments from process spawning
      
      This will make calling attach easier
      
      * Add a basic test for flutter attach --machine
      
      * Fix crash if port unforward modifies the list of forwarded ports
      
      * Add a no-op port forwarder for flutter-tester
      
      * Switch to using BasicProject instead of our own inline code
      
      * Fix expectation in test now we have a portForwarder
      
      * Remove stale TODO (this is done)
      
      * Tweak formatting
      
      * Change some Completers to void to fix Dart 2 issues
      ed9afbbc
  6. 11 Jul, 2018 1 commit
  7. 28 Jun, 2018 2 commits
    • Danny Tuppeny's avatar
      Remove the 'app' domain from flutter daemon (#18873) · 108da013
      Danny Tuppeny authored
      * Remove the 'app' domain from flutter daemon
      
      By default the daemon won't register the "app" domain, you need to opt-in (which the 'run' command does, as well as the tests for the app functionality).
      
      Fixes #6658.
      
      * Tweak text
      
      * Put restart/callServiceExtension/stop back into daemon mode
      
      * Add a comment about removing discoverApps
      108da013
    • Danny Tuppeny's avatar
      Expose emulator creation to daemon API (#18905) · 7e4038fe
      Danny Tuppeny authored
      * Fix typo
      
      * Add emulator.create to Daemon API
      
      * Swap order of daemon changelog entries
      7e4038fe
  8. 13 Jun, 2018 1 commit
    • Danny Tuppeny's avatar
      Minor flutter daemon doc fixes (#18447) · ed05e933
      Danny Tuppeny authored
      * Fix anchors for GitHub
      
      For some reason GitHub lowercases the anchor names so although these links all work in the local VS Code preview, the ones with capitals didn't work in the GitHub UI!
      
      * Fix some typos
      ed05e933
  9. 06 Jun, 2018 1 commit
  10. 05 Jun, 2018 1 commit
  11. 29 May, 2018 1 commit