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