1. 22 Feb, 2022 1 commit
  2. 03 Feb, 2022 1 commit
  3. 02 Feb, 2022 2 commits
  4. 19 Jan, 2022 1 commit
  5. 06 Jan, 2022 1 commit
  6. 11 Nov, 2021 1 commit
  7. 02 Nov, 2021 1 commit
  8. 20 Oct, 2021 1 commit
  9. 08 Oct, 2021 3 commits
  10. 27 Jul, 2021 1 commit
  11. 22 Jul, 2021 1 commit
  12. 08 Jul, 2021 2 commits
  13. 04 Jun, 2021 1 commit
  14. 22 May, 2021 1 commit
  15. 22 Apr, 2021 1 commit
  16. 31 Mar, 2021 1 commit
  17. 16 Mar, 2021 1 commit
  18. 06 Mar, 2021 1 commit
  19. 25 Feb, 2021 1 commit
  20. 14 Feb, 2021 1 commit
  21. 27 Jan, 2021 1 commit
  22. 07 Jan, 2021 1 commit
  23. 15 Dec, 2020 1 commit
  24. 03 Dec, 2020 1 commit
  25. 11 Nov, 2020 1 commit
  26. 03 Nov, 2020 1 commit
  27. 23 Oct, 2020 1 commit
  28. 22 Oct, 2020 1 commit
  29. 13 Oct, 2020 1 commit
  30. 09 Oct, 2020 1 commit
  31. 16 Sep, 2020 1 commit
  32. 01 Sep, 2020 1 commit
  33. 27 Aug, 2020 1 commit
  34. 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
  35. 18 Jun, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] add missing null-safety flags (#59773) · 01e09ea8
      Jonah Williams authored
      Some of the null-safety commands were missing - plumb them through. Ensure that verbose mode shows their output, and clean up the messaging around sound-null-safety.
      
      Fixes #59769
      
      Adds a test that validate each of the null safety supporting build commands has everything plumbed through.
      01e09ea8
  36. 09 Jun, 2020 1 commit