1. 20 Jul, 2020 1 commit
  2. 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
  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. 08 Jun, 2020 1 commit
  5. 03 Jun, 2020 1 commit
  6. 27 May, 2020 1 commit
  7. 05 May, 2020 3 commits
  8. 29 Apr, 2020 1 commit
  9. 20 Apr, 2020 1 commit
  10. 10 Mar, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] prevent StateError when log reader is disposed (#52173) · 37787982
      Jonah Williams authored
      Previously the AdbLogReader did async setup in the StreamController.onListen callback, specifically it would query the api version and start the adb process. If the log subscription was cancelled before this setup completed, then the log output could (haven't confirmed) get added to a closed controller, causing the above state error. 
      37787982
  11. 06 Mar, 2020 1 commit
  12. 04 Mar, 2020 2 commits
  13. 28 Feb, 2020 2 commits
  14. 27 Feb, 2020 2 commits
  15. 06 Feb, 2020 1 commit
  16. 11 Jan, 2020 1 commit
  17. 09 Jan, 2020 1 commit
  18. 07 Jan, 2020 3 commits
  19. 06 Jan, 2020 1 commit
  20. 05 Dec, 2019 1 commit
  21. 27 Nov, 2019 2 commits
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
    • Jonah Williams's avatar
  22. 21 Nov, 2019 1 commit
  23. 20 Nov, 2019 3 commits
  24. 19 Nov, 2019 1 commit
  25. 15 Oct, 2019 2 commits
  26. 13 Sep, 2019 1 commit
  27. 11 Sep, 2019 1 commit
  28. 27 Aug, 2019 1 commit
  29. 07 Aug, 2019 1 commit