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