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