1. 23 Apr, 2021 1 commit
  2. 13 Apr, 2021 1 commit
  3. 12 Apr, 2021 1 commit
  4. 09 Apr, 2021 2 commits
  5. 06 Apr, 2021 1 commit
  6. 23 Mar, 2021 1 commit
  7. 19 Mar, 2021 1 commit
  8. 24 Feb, 2021 1 commit
  9. 23 Feb, 2021 1 commit
  10. 19 Feb, 2021 1 commit
  11. 27 Jan, 2021 1 commit
  12. 19 Jan, 2021 1 commit
  13. 13 Jan, 2021 1 commit
  14. 17 Dec, 2020 1 commit
  15. 03 Dec, 2020 1 commit
  16. 18 Nov, 2020 3 commits
  17. 14 Nov, 2020 1 commit
  18. 13 Nov, 2020 1 commit
  19. 09 Nov, 2020 1 commit
  20. 19 Oct, 2020 1 commit
  21. 12 Oct, 2020 1 commit
  22. 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
  23. 05 Oct, 2020 1 commit
  24. 16 Sep, 2020 1 commit
  25. 15 Sep, 2020 1 commit
  26. 09 Sep, 2020 1 commit
  27. 20 Aug, 2020 1 commit
  28. 12 Aug, 2020 1 commit
  29. 06 Aug, 2020 2 commits
  30. 23 Jul, 2020 1 commit
  31. 11 Jul, 2020 1 commit
  32. 07 Jul, 2020 1 commit
  33. 06 Jul, 2020 1 commit
    • stuartmorgan's avatar
      Switch Windows to CMake (#60629) · 4b120501
      stuartmorgan authored
      * First pass at CMake files; untested
      
      * First pass of adding CMake generation logic on Windows
      
      * Misc fixes
      
      * Get bundling working, start incoprorating CMake build into tool
      
      * Fix debug, exe name.
      
      * Add resources
      
      * Move cmake.dart
      
      * Rip out all the vcxproj/solution plumbing
      
      * Fix plugin cmake generation
      
      * Build with cmake rather than calling VS directly
      
      * Adjust Windows plugin template to match standard header directory structure
      
      * Pass config selection when building
      
      * Partially fix multi-config handling
      
      * Rev template version
      
      * Share the CMake generation instead of splitting it out
      
      * VS build/run cycle works, with slightly awkward requirement to always build all
      
      * Update manifest
      
      * Plugin template fixes
      
      * Minor adjustments
      
      * Build install as part of build command, instead of separately
      
      * Test cleanup
      
      * Update Linux test for adjusted generated CMake approach
      
      * Plugin test typo fix
      
      * Add missing stub file for project test
      
      * Add a constant for VS generator
      4b120501
  34. 25 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove most use of global packages path (#60231) · 82a6f9bf
      Jonah Williams authored
      The global packages path could cause tests to fail when it would be overriden to unexpected (in test setup) values. Remove most usage and make it a configuration on buildInfo, along with most other build information. Cleanup the asset builder to require the .packages path and the resident runners to no longer require it, since they already have the information in build_info.
      
      It needs to stick around for the fuchsia deps we do not control.
      
      Filled #60232 for remaining work.
      82a6f9bf
  35. 24 Jun, 2020 1 commit