1. 15 Sep, 2020 1 commit
  2. 11 Sep, 2020 1 commit
  3. 17 Aug, 2020 1 commit
  4. 10 Aug, 2020 1 commit
  5. 03 Aug, 2020 1 commit
  6. 31 Jul, 2020 1 commit
  7. 20 Jul, 2020 2 commits
  8. 17 Jul, 2020 1 commit
  9. 15 Jul, 2020 1 commit
  10. 09 Jul, 2020 1 commit
  11. 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
  12. 18 Jun, 2020 3 commits
  13. 09 Jun, 2020 1 commit
  14. 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
  15. 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
  16. 01 Jun, 2020 1 commit
  17. 27 May, 2020 1 commit
  18. 30 Mar, 2020 1 commit
  19. 24 Mar, 2020 1 commit
  20. 11 Mar, 2020 1 commit
  21. 06 Mar, 2020 2 commits
  22. 05 Mar, 2020 2 commits
  23. 04 Mar, 2020 2 commits
  24. 28 Feb, 2020 2 commits
  25. 27 Feb, 2020 2 commits
  26. 06 Feb, 2020 1 commit
  27. 28 Jan, 2020 1 commit
  28. 25 Jan, 2020 1 commit
  29. 10 Jan, 2020 2 commits
  30. 08 Jan, 2020 1 commit
  31. 07 Jan, 2020 1 commit