1. 09 Jun, 2020 2 commits
  2. 08 Jun, 2020 2 commits
  3. 04 Jun, 2020 2 commits
    • Jonah Williams's avatar
      [flutter_tools] remove zone level overrides of verbose and daemon logging (#57448) · f5de6aad
      Jonah Williams authored
      Make it possible for all FlutterCommands to be global free, by moving instantiation to inside the Zone context. Additionally, provide VerboseLogger and NotifyLogger (daemon) at the top level and remove from command-specific overrides.
      
      This allows removing a work around where web devices needed to look up directly from the context in non-test code.
      
      Technically the output preferences are still zone injected, but these will be moved soon as they were not being used correctly by the top level command (the injection comes after ArgParser reads the overflow values, causing numerous wrap issues)
      f5de6aad
    • Jonah Williams's avatar
      [flutter_tools] add flag for sound-null-safety, unify with experiments (#58533) · b1d75fc9
      Jonah Williams authored
      Also combines experiments into extraGenSnapshot/ExtraFrontEndOptions. Allows providing --no-sound-null-safety to allow out of order migration and running.
      b1d75fc9
  4. 18 May, 2020 1 commit
  5. 22 Apr, 2020 1 commit
  6. 17 Apr, 2020 1 commit
  7. 09 Apr, 2020 1 commit
  8. 08 Apr, 2020 1 commit
  9. 17 Mar, 2020 1 commit
  10. 06 Mar, 2020 2 commits
  11. 05 Mar, 2020 2 commits
  12. 04 Mar, 2020 2 commits
  13. 28 Feb, 2020 2 commits
  14. 27 Feb, 2020 2 commits
  15. 14 Feb, 2020 1 commit
  16. 11 Feb, 2020 1 commit
  17. 06 Feb, 2020 1 commit
  18. 28 Jan, 2020 1 commit
  19. 27 Jan, 2020 1 commit
  20. 25 Jan, 2020 1 commit
  21. 21 Jan, 2020 2 commits
  22. 14 Jan, 2020 3 commits
  23. 13 Jan, 2020 2 commits
  24. 07 Jan, 2020 1 commit
  25. 06 Jan, 2020 1 commit
  26. 17 Dec, 2019 1 commit
  27. 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
  28. 10 Dec, 2019 1 commit