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