1. 02 Nov, 2021 1 commit
  2. 23 Aug, 2021 1 commit
  3. 15 Jun, 2021 1 commit
  4. 15 May, 2021 1 commit
  5. 12 May, 2021 1 commit
  6. 07 May, 2021 1 commit
  7. 06 May, 2021 1 commit
  8. 17 Apr, 2021 1 commit
  9. 14 Apr, 2021 1 commit
  10. 16 Feb, 2021 1 commit
  11. 27 Jan, 2021 1 commit
  12. 22 Dec, 2020 1 commit
  13. 15 Dec, 2020 2 commits
  14. 09 Dec, 2020 2 commits
  15. 08 Dec, 2020 2 commits
  16. 07 Dec, 2020 1 commit
  17. 03 Dec, 2020 1 commit
  18. 16 Nov, 2020 1 commit
  19. 14 Oct, 2020 1 commit
  20. 13 Oct, 2020 1 commit
  21. 17 Sep, 2020 1 commit
  22. 27 Aug, 2020 1 commit
  23. 25 Aug, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and... · 059de153
      Jonah Williams authored
      [flutter_tools] support code size tooling on iOS, linux, windows, macOS, and Android on Windows (#63610)
      
      Adds support for size analysis on iOS, macOS, linux, and Windows - using an uncompressed directory based approach. The output format is not currently specified.
      
      Adds support for size analysis on android on windows, switching to package:archive
      
      Updates the console format to display as a tree, allowing longer paths. Increases the number of dart libraries shown (to avoid only ever printing the flutter/dart:ui libraries, which dominate the size)
      059de153
  24. 18 Aug, 2020 1 commit
  25. 09 Jul, 2020 1 commit
  26. 09 Apr, 2020 1 commit
  27. 25 Mar, 2020 2 commits
  28. 18 Mar, 2020 1 commit
  29. 06 Mar, 2020 1 commit
  30. 07 Feb, 2020 1 commit
  31. 05 Feb, 2020 1 commit
  32. 31 Jan, 2020 1 commit
  33. 28 Jan, 2020 1 commit
  34. 24 Jan, 2020 1 commit
  35. 23 Jan, 2020 1 commit
  36. 08 Jan, 2020 1 commit
    • stuartmorgan's avatar
      Check for desktop project files before building (#48350) · 58d6c425
      stuartmorgan authored
      Moves the checks that projects have been configured for desktop to a lower level, where they will cover more codepaths (e.g., 'run'), and improves them to check for native build projects, rather than just directories, to catch cases where the directory exists (e.g., due to accidental creation of generated files).
      
      Also adds links to the error messages pointing to instructions on adding desktop support to a project.
      
      Fixes #47145
      58d6c425