1. 17 Aug, 2020 2 commits
  2. 13 Aug, 2020 1 commit
  3. 12 Aug, 2020 1 commit
  4. 06 Aug, 2020 1 commit
  5. 31 Jul, 2020 1 commit
  6. 24 Jul, 2020 1 commit
  7. 21 Jul, 2020 1 commit
  8. 16 Jul, 2020 2 commits
  9. 15 Jul, 2020 4 commits
  10. 14 Jul, 2020 1 commit
  11. 11 Jul, 2020 1 commit
  12. 09 Jul, 2020 1 commit
  13. 08 Jul, 2020 1 commit
  14. 26 Jun, 2020 1 commit
  15. 24 Jun, 2020 1 commit
  16. 18 Jun, 2020 2 commits
    • stuartmorgan's avatar
      Specify encoding for vswhere output (#59607) · e85655c4
      stuartmorgan authored
      On Windows, Process.run assumes the output uses the system codepage by default. This allows specifying it in our wrapper, and sets the encoding for vswhere to UTF-8 since we're passing a flag that forces it to use UTF-8 output.
      
      Fixes #53515
      e85655c4
    • 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
  17. 08 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] only restrict devices based on arch + buildMode, not emulator status (#58887) · 4f88ed1d
      Jonah Williams authored
      instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target.
      
      This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
      4f88ed1d
  18. 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
  19. 03 Jun, 2020 2 commits
  20. 01 Jun, 2020 1 commit
  21. 14 May, 2020 2 commits
  22. 11 May, 2020 1 commit
  23. 06 May, 2020 1 commit
  24. 05 May, 2020 3 commits
  25. 04 May, 2020 1 commit
  26. 01 May, 2020 1 commit
  27. 28 Apr, 2020 2 commits
  28. 27 Apr, 2020 2 commits