1. 04 Oct, 2022 1 commit
  2. 09 Sep, 2022 1 commit
  3. 05 Sep, 2022 1 commit
  4. 07 Jul, 2022 1 commit
  5. 18 Jun, 2022 1 commit
  6. 20 May, 2022 1 commit
  7. 27 Apr, 2022 1 commit
  8. 15 Apr, 2022 1 commit
  9. 12 Apr, 2022 1 commit
  10. 05 Apr, 2022 1 commit
    • gaaclarke's avatar
      Made flag for debugging build time of user created widgets (#100926) · 35b18ba2
      gaaclarke authored
      * Added a bool that allows us to limit debugProfileBuildsEnabled to user
      created widgets.
      
      * made it turned on by default
      
      * switched to hashmap
      
      * Cleaned everything up and added tests
      
      * fixed an odd test where it wants to be able to add asserts and run in profile mode
      
      * hixie feedback
      
      * hixie2
      
      * made it default to false
      
      * updated docstring as per dans request
      35b18ba2
  11. 08 Oct, 2021 3 commits
  12. 24 Jun, 2021 1 commit
  13. 16 Jun, 2021 1 commit
  14. 01 Jun, 2021 1 commit
  15. 12 May, 2021 1 commit
  16. 28 Apr, 2021 1 commit
  17. 23 Apr, 2021 1 commit
  18. 15 Apr, 2021 1 commit
  19. 13 Mar, 2021 1 commit
  20. 18 Feb, 2021 1 commit
  21. 27 Jan, 2021 1 commit
  22. 23 Dec, 2020 1 commit
  23. 03 Dec, 2020 1 commit
  24. 01 Dec, 2020 1 commit
  25. 05 Nov, 2020 1 commit
  26. 04 Nov, 2020 1 commit
  27. 22 Oct, 2020 2 commits
  28. 14 Oct, 2020 1 commit
  29. 07 Oct, 2020 1 commit
  30. 23 Sep, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] reland: map file URIs to a multiroot scheme (#66405) · 51ededb9
      Jonah Williams authored
      If a file scheme and one or more roots is provided, fall back to this mapping before the direct file path if the file path cannot be turned into a package URI.
      
      Use URI representation so that the transformation is resilient to the org-dartlang-app scheme used by the web builds.
      
      Fixes #66095
      Fixes #66404
      51ededb9
  31. 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
  32. 13 Aug, 2020 1 commit
  33. 06 Aug, 2020 1 commit
  34. 24 Jun, 2020 1 commit
  35. 23 Jun, 2020 1 commit
  36. 08 Jun, 2020 1 commit
  37. 06 Jun, 2020 1 commit