1. 29 Jan, 2021 1 commit
  2. 27 Jan, 2021 1 commit
  3. 12 Jan, 2021 1 commit
  4. 08 Oct, 2020 1 commit
  5. 17 Aug, 2020 1 commit
  6. 12 Aug, 2020 1 commit
  7. 03 Aug, 2020 1 commit
  8. 31 Jul, 2020 1 commit
  9. 15 Jul, 2020 1 commit
  10. 18 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove globals from compilers (#59184) · 447e3d3f
      Jonah Williams authored
      Refactors KernelCompiler and ResidentCompiler to no longer use globals (except as a fallback for g3 migration). Improves the compilation error when running flutter test on a package without a flutter_test dependency.
      
      Updates machine mode to output trace text to stderr
      447e3d3f
  11. 04 Jun, 2020 1 commit
    • 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
  12. 14 May, 2020 1 commit
  13. 06 Mar, 2020 1 commit
  14. 05 Mar, 2020 2 commits
  15. 27 Jan, 2020 1 commit
  16. 17 Jan, 2020 1 commit
  17. 16 Jan, 2020 1 commit
  18. 06 Jan, 2020 1 commit
  19. 17 Dec, 2019 1 commit
  20. 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
  21. 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
  22. 24 Nov, 2019 1 commit
  23. 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
  24. 02 Oct, 2019 1 commit
  25. 13 Sep, 2019 1 commit
  26. 17 Aug, 2019 1 commit
  27. 13 Jul, 2019 1 commit
  28. 25 May, 2019 1 commit
  29. 18 Apr, 2019 1 commit
  30. 22 Mar, 2019 1 commit
  31. 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
  32. 17 Dec, 2018 2 commits
  33. 14 Dec, 2018 1 commit
  34. 05 Oct, 2018 1 commit
  35. 01 Oct, 2018 1 commit
  36. 12 Sep, 2018 1 commit
  37. 31 Aug, 2018 1 commit
  38. 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