1. 25 Nov, 2020 1 commit
  2. 20 Nov, 2020 1 commit
  3. 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
  4. 12 Oct, 2020 5 commits
  5. 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
  6. 28 Sep, 2020 1 commit
  7. 26 Sep, 2020 1 commit
  8. 25 Sep, 2020 1 commit
  9. 21 Sep, 2020 1 commit
  10. 03 Sep, 2020 2 commits
  11. 25 Aug, 2020 1 commit
  12. 21 Aug, 2020 1 commit
  13. 06 May, 2020 1 commit
  14. 02 Apr, 2020 1 commit
  15. 10 Jan, 2020 1 commit
  16. 06 Jan, 2020 2 commits
  17. 11 Dec, 2019 1 commit