1. 16 Nov, 2022 1 commit
    • Elias Yishak's avatar
      removing default values for [reporter] and [timeout] in flutter test (#115160) · d7454d55
      Elias Yishak authored
      * removing default values for [reporter] and [timeout]]
      
      * passing reporter arg to see tests pass
      
      * added test to confirm TestCommand is not passing defaults
      
      * add'l helper message for [reporter] arg
      
      * default behavior for github actions + fixed tests
      
      * removing github conditional for reporter + related test
      
      * removing unused import
      d7454d55
  2. 18 Aug, 2022 1 commit
  3. 15 Jun, 2022 1 commit
  4. 14 May, 2022 1 commit
  5. 02 Nov, 2021 1 commit
  6. 21 Oct, 2021 1 commit
  7. 17 Aug, 2021 1 commit
  8. 27 May, 2021 1 commit
  9. 22 May, 2021 1 commit
  10. 30 Apr, 2021 1 commit
  11. 29 Apr, 2021 2 commits
  12. 02 Apr, 2021 1 commit
  13. 31 Mar, 2021 1 commit
  14. 24 Feb, 2021 1 commit
  15. 17 Feb, 2021 1 commit
  16. 03 Feb, 2021 1 commit
  17. 27 Jan, 2021 1 commit
  18. 26 Jan, 2021 1 commit
  19. 08 Jan, 2021 1 commit
  20. 01 Dec, 2020 2 commits
  21. 20 Nov, 2020 1 commit
  22. 19 Nov, 2020 2 commits
  23. 18 Nov, 2020 2 commits
  24. 13 Nov, 2020 1 commit
  25. 12 Nov, 2020 1 commit
  26. 11 Nov, 2020 1 commit
  27. 27 Oct, 2020 1 commit
  28. 23 Oct, 2020 1 commit
  29. 16 Sep, 2020 2 commits
  30. 31 Aug, 2020 2 commits
  31. 29 Aug, 2020 1 commit
  32. 28 Aug, 2020 2 commits
  33. 27 Aug, 2020 1 commit
    • Ben Konyi's avatar
      Re-enable the Dart Development Service (DDS) (#64671) · d7d12412
      Ben Konyi authored
      This change re-enables DDS and outputs the DDS URI in place of the VM
      service URI on the console. If --disable-dds is not provided,
      --host-vmservice-port will be used to determine the port for DDS rather
      than the host port for the VM service, which will instead be randomly
      chosen.
      d7d12412