1. 21 Jul, 2021 1 commit
  2. 03 Jun, 2021 1 commit
  3. 02 Jun, 2021 1 commit
  4. 01 Jun, 2021 2 commits
  5. 26 May, 2021 1 commit
    • stuartmorgan's avatar
      Allow platform variants for Windows plugins (#82816) · 57fcee28
      stuartmorgan authored
      Windows plugins are designed to share implementations between Win32 and
      UWP, but not all plugins will support both. This adds a new
      'supportedVariants' key to Windows plugins that allows specifying
      'win32' and/or 'uwp' (and potentially others in the future in case that
      becomes necessary).
      
      Plugins without any supported variants will be assumed to be Win32 for
      backward compatibility.
      
      This will allow compiling Windows projects that use Win32-only Windows
      plugins (which is currently all of them) in UWP mode. The plugins will
      of course throw missing implementation exceptions at runtime, but tehy
      won't prevent being able to build as they currently do.
      
      Fixes https://github.com/flutter/flutter/issues/82815
      57fcee28
  6. 25 May, 2021 1 commit
  7. 19 May, 2021 1 commit
  8. 29 Apr, 2021 1 commit
  9. 23 Apr, 2021 1 commit
  10. 13 Apr, 2021 1 commit
  11. 12 Apr, 2021 1 commit
  12. 09 Apr, 2021 2 commits
  13. 06 Apr, 2021 1 commit
  14. 23 Mar, 2021 1 commit
  15. 19 Mar, 2021 1 commit
  16. 24 Feb, 2021 1 commit
  17. 23 Feb, 2021 1 commit
  18. 19 Feb, 2021 1 commit
  19. 27 Jan, 2021 1 commit
  20. 19 Jan, 2021 1 commit
  21. 13 Jan, 2021 1 commit
  22. 17 Dec, 2020 1 commit
  23. 03 Dec, 2020 1 commit
  24. 18 Nov, 2020 3 commits
  25. 14 Nov, 2020 1 commit
  26. 13 Nov, 2020 1 commit
  27. 09 Nov, 2020 1 commit
  28. 19 Oct, 2020 1 commit
  29. 12 Oct, 2020 1 commit
  30. 06 Oct, 2020 2 commits
    • stuartmorgan's avatar
      Improve Windows symlink instructions (#67029) · be6a3688
      stuartmorgan authored
      When the developer doesn't have permission to create symlinks, we
      display specific instructions, but they were only correct for recent
      versions of Windows 10. This improves them by:
      - Giving the correct instructions for older versions.
      - For recent versions, adds a command that will deep-link into the
        settings application so that developers don't have to figure out
        where/how to enable developer mode.
      
      Fixes https://github.com/flutter/flutter/issues/66973
      be6a3688
    • 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
  31. 05 Oct, 2020 1 commit
  32. 16 Sep, 2020 1 commit
  33. 15 Sep, 2020 1 commit
  34. 09 Sep, 2020 1 commit
  35. 20 Aug, 2020 1 commit