1. 10 Aug, 2020 1 commit
  2. 06 Aug, 2020 1 commit
  3. 31 Jul, 2020 1 commit
  4. 29 Jul, 2020 2 commits
  5. 21 Jul, 2020 2 commits
  6. 20 Jul, 2020 4 commits
  7. 16 Jul, 2020 3 commits
  8. 14 Jul, 2020 2 commits
  9. 13 Jul, 2020 1 commit
  10. 10 Jul, 2020 2 commits
  11. 30 Jun, 2020 3 commits
  12. 25 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove most use of global packages path (#60231) · 82a6f9bf
      Jonah Williams authored
      The global packages path could cause tests to fail when it would be overriden to unexpected (in test setup) values. Remove most usage and make it a configuration on buildInfo, along with most other build information. Cleanup the asset builder to require the .packages path and the resident runners to no longer require it, since they already have the information in build_info.
      
      It needs to stick around for the fuchsia deps we do not control.
      
      Filled #60232 for remaining work.
      82a6f9bf
  13. 23 Jun, 2020 1 commit
  14. 18 Jun, 2020 2 commits
    • 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
    • Jonah Williams's avatar
      [flutter_tools] add toggle `b` and service extension to change platform brightness (#59571) · e1f4cfb4
      Jonah Williams authored
      A frequent request from the last Flutter developer survey was for an easier method of testing light/dark mode changes. Currently, a user needs to manually change the theme settings or adjust phone settings to see the difference. Instead we should add a toggle from the CLI, and eventually devtools/Intellij/Vscode that allows developers to override the current setting.
      
      Fixes #59495
      
      Adds flutter.ext.brightnessOverride service protocol which either queries the current platform brightness, or overrides it to a new value. This accepts either Brightness.light or Brightness.dark as a value.
      
      Adds a CLI toggle b which allows the setting to be toggled manually.
      
      Requires an update to the MediaQuery, to conditionally use a debug override when not in release mode
      e1f4cfb4
  15. 17 Jun, 2020 1 commit
  16. 09 Jun, 2020 2 commits
  17. 08 Jun, 2020 3 commits
  18. 06 Jun, 2020 2 commits
  19. 05 Jun, 2020 1 commit
  20. 04 Jun, 2020 2 commits
  21. 03 Jun, 2020 1 commit
  22. 02 Jun, 2020 1 commit
  23. 01 Jun, 2020 1 commit