1. 31 Mar, 2022 1 commit
  2. 27 Mar, 2022 1 commit
  3. 09 Mar, 2022 1 commit
  4. 10 Jan, 2022 1 commit
  5. 19 Nov, 2021 1 commit
  6. 02 Nov, 2021 1 commit
  7. 12 Oct, 2021 1 commit
  8. 08 Oct, 2021 3 commits
  9. 01 Oct, 2021 1 commit
  10. 30 Jun, 2021 1 commit
  11. 28 Jun, 2021 1 commit
  12. 27 Jun, 2021 1 commit
  13. 08 Jun, 2021 1 commit
  14. 19 May, 2021 1 commit
  15. 16 Apr, 2021 1 commit
  16. 12 Apr, 2021 1 commit
  17. 09 Apr, 2021 3 commits
  18. 05 Apr, 2021 1 commit
  19. 13 Mar, 2021 1 commit
  20. 06 Mar, 2021 1 commit
  21. 04 Mar, 2021 1 commit
  22. 25 Feb, 2021 1 commit
  23. 12 Feb, 2021 1 commit
  24. 29 Jan, 2021 1 commit
  25. 28 Jan, 2021 1 commit
  26. 27 Jan, 2021 1 commit
  27. 15 Jan, 2021 1 commit
  28. 13 Jan, 2021 1 commit
  29. 06 Jan, 2021 1 commit
  30. 03 Dec, 2020 1 commit
  31. 12 Nov, 2020 1 commit
  32. 10 Nov, 2020 1 commit
  33. 06 Nov, 2020 1 commit
  34. 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
  35. 08 Oct, 2020 1 commit
  36. 30 Sep, 2020 1 commit