1. 06 Jan, 2020 1 commit
  2. 17 Dec, 2019 1 commit
  3. 12 Dec, 2019 1 commit
    • Danny Tuppeny's avatar
      Support URL tunnelling (pass dwds UrlEncoder through to editors via daemon) (#44271) · 4944622b
      Danny Tuppeny authored
      * Prposal for supporting URL tunnelling
      
      * Update daemon.md
      
      * Add the ability for daemon to call clients to expose URLs
      
      * Fix dwds mock in web_fs tests
      
      * Fix type error
      
      * Remove build_runner import from run
      
      * Move appStartedTime back to after the app has started
      
      * Remove nested DI scope and pass urlTunneller down
      
      * Fix import
      
      * Tweak TODO
      
      * Fix existing tests
      
      * Fix spec to use result instead of params for response object
      
      * Fix exposeUrl to use a url field, as spec'd
      
      * Test that the daemon's exposeUrl sends a request and handles the response
      4944622b
  4. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  5. 24 Nov, 2019 1 commit
  6. 22 Nov, 2019 1 commit
    • Yegor's avatar
      Fix dartDefines in daemon mode (#45317) · aa394331
      Yegor authored
      * de-null dartDefines in daemon mode
      * remove daemonCommand; pipe through dartDefines into Daemon
      * pass dartDefiles in attach; add test for --machine mode
      aa394331
  7. 02 Oct, 2019 1 commit
  8. 13 Sep, 2019 1 commit
  9. 17 Aug, 2019 1 commit
  10. 13 Jul, 2019 1 commit
  11. 25 May, 2019 1 commit
  12. 18 Apr, 2019 1 commit
  13. 22 Mar, 2019 1 commit
  14. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  15. 17 Dec, 2018 2 commits
  16. 14 Dec, 2018 1 commit
  17. 05 Oct, 2018 1 commit
  18. 01 Oct, 2018 1 commit
  19. 12 Sep, 2018 1 commit
  20. 31 Aug, 2018 1 commit
  21. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  22. 28 Jun, 2018 1 commit
    • 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
  23. 05 Jun, 2018 2 commits
  24. 28 May, 2018 1 commit
    • Danny Tuppeny's avatar
      Send an event at startup with the protocol version and pid (#17873) · 24e2b238
      Danny Tuppeny authored
      * Send an event at startup with the protocol version and pid
      
      The pid will help with some of the issues of terminate the process when launched through a shell script and the version will allow clients to make decisions about supported features.
      
      I've also bumped the protocol version number for two reasons:
      
      1. This change
      2. We didn't increase it when we added the previous emulator commands
      24e2b238
  25. 22 May, 2018 1 commit
  26. 28 Mar, 2018 1 commit
  27. 11 Jan, 2018 1 commit
  28. 15 Jun, 2017 1 commit
  29. 12 May, 2017 1 commit
  30. 08 May, 2017 1 commit
  31. 03 May, 2017 1 commit
  32. 27 Apr, 2017 1 commit
  33. 15 Mar, 2017 1 commit
  34. 04 Mar, 2017 1 commit
  35. 20 Feb, 2017 1 commit
  36. 02 Feb, 2017 1 commit
  37. 26 Jan, 2017 1 commit
  38. 23 Jan, 2017 1 commit