1. 18 Jul, 2022 1 commit
  2. 01 Dec, 2021 1 commit
  3. 15 Oct, 2021 1 commit
  4. 08 Oct, 2021 3 commits
  5. 01 Oct, 2021 1 commit
  6. 19 May, 2021 1 commit
  7. 11 May, 2021 1 commit
  8. 02 Apr, 2021 1 commit
  9. 24 Mar, 2021 1 commit
  10. 19 Mar, 2021 1 commit
  11. 18 Mar, 2021 1 commit
  12. 08 Feb, 2021 1 commit
  13. 04 Feb, 2021 1 commit
    • Jonah Williams's avatar
      [flutter_tools] move process manager into tool (#75350) · 8b6baae4
      Jonah Williams authored
      Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
      8b6baae4
  14. 03 Feb, 2021 1 commit
  15. 27 Jan, 2021 1 commit
  16. 26 Jan, 2021 1 commit
  17. 13 Jan, 2021 1 commit
  18. 08 Jan, 2021 1 commit
  19. 25 Nov, 2020 1 commit
  20. 20 Nov, 2020 1 commit
  21. 26 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] implement safe file copy with multiple fallbacks (#69000) · 2e54c4a8
      Jonah Williams authored
      The tool observes a large number of unhandled exceptions during the file copy portion of flutter create. it is difficult to tell whether the permission issue is caused by the source/destination, or whether it is due to a bug in dart:io.
      
      To work around this, implement a permission check for both the source and dest files. If either fails, the tool can exit with a more specific message.
      
      If these checks pass, then perform the actual copy. If the copy fails, fallback to manually copying the bytes
      2e54c4a8
  22. 12 Oct, 2020 5 commits
  23. 06 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] handle case where file is deleted by other program or running... · c8466d04
      Jonah Williams authored
      [flutter_tools] handle case where file is deleted by other program or running on read only volume (#66708)
      
      * [flutter_tools] handle case where file is deleted by other program
      
      * Add test cases
      
      * Update file_system.dart
      
      * Update file_system_test.dart
      
      * fix import
      
      * make a static on ErrorHandligFS
      
      * add support for no exit on failure
      
      * address comments
      
      * update doc comment to file or directory
      c8466d04
  24. 28 Sep, 2020 1 commit
  25. 26 Sep, 2020 1 commit
  26. 25 Sep, 2020 1 commit
  27. 21 Sep, 2020 1 commit
  28. 03 Sep, 2020 2 commits
  29. 25 Aug, 2020 1 commit
  30. 21 Aug, 2020 1 commit
  31. 06 May, 2020 1 commit
  32. 02 Apr, 2020 1 commit
  33. 10 Jan, 2020 1 commit