1. 27 Jan, 2023 1 commit
  2. 25 Jan, 2023 1 commit
  3. 24 Aug, 2022 1 commit
  4. 15 Jun, 2022 1 commit
  5. 03 Jun, 2022 1 commit
  6. 07 May, 2022 1 commit
  7. 02 Feb, 2022 1 commit
  8. 11 Nov, 2021 1 commit
  9. 02 Nov, 2021 1 commit
  10. 19 Oct, 2021 1 commit
  11. 23 Apr, 2021 1 commit
  12. 18 Apr, 2021 1 commit
  13. 17 Apr, 2021 1 commit
  14. 31 Mar, 2021 1 commit
  15. 30 Mar, 2021 1 commit
  16. 11 Feb, 2021 1 commit
  17. 09 Feb, 2021 1 commit
  18. 02 Feb, 2021 1 commit
  19. 27 Jan, 2021 1 commit
  20. 25 Jan, 2021 2 commits
  21. 21 Jan, 2021 1 commit
  22. 16 Jan, 2021 1 commit
  23. 13 Jan, 2021 3 commits
  24. 05 Dec, 2020 1 commit
  25. 20 Nov, 2020 1 commit
  26. 09 Sep, 2020 1 commit
  27. 03 Sep, 2020 1 commit
  28. 20 Jul, 2020 1 commit
  29. 30 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] ensure flutter daemon can exit correctly when app fails to start (#60615) · 21881961
      Jonah Williams authored
      The flutter daemon unconditionally waits for the appFinished signal, even if startup failed. Ensure this future is correctly completed if there is a failure in ResidentRunner.run and not just ResidentRunner.attach. Adds regression tests for run release, debug, debug web, and release web. Adds missing try catch in cold runner startup.
      
      Manually tested with release/debug on Android and release/debug on web.
      
      Fixes #60613
      21881961
  30. 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
  31. 08 Jun, 2020 1 commit
  32. 03 Jun, 2020 1 commit
  33. 27 May, 2020 1 commit
  34. 05 May, 2020 3 commits
  35. 29 Apr, 2020 1 commit