1. 06 Jun, 2022 1 commit
  2. 26 May, 2022 1 commit
  3. 23 May, 2022 1 commit
  4. 17 May, 2022 1 commit
  5. 06 May, 2022 1 commit
  6. 29 Apr, 2022 2 commits
  7. 25 Apr, 2022 1 commit
  8. 14 Apr, 2022 1 commit
  9. 13 Apr, 2022 2 commits
  10. 11 Apr, 2022 1 commit
  11. 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
  12. 24 Mar, 2022 1 commit
  13. 21 Mar, 2022 1 commit
  14. 15 Mar, 2022 1 commit
  15. 07 Mar, 2022 1 commit
  16. 01 Mar, 2022 2 commits
  17. 11 Feb, 2022 1 commit
  18. 08 Feb, 2022 1 commit
  19. 03 Feb, 2022 1 commit
  20. 18 Jan, 2022 1 commit
  21. 14 Jan, 2022 3 commits
  22. 05 Jan, 2022 1 commit
  23. 21 Dec, 2021 1 commit
  24. 14 Dec, 2021 1 commit
  25. 12 Dec, 2021 1 commit
  26. 10 Dec, 2021 1 commit
  27. 07 Dec, 2021 1 commit
  28. 03 Dec, 2021 3 commits
  29. 15 Oct, 2021 1 commit
  30. 08 Oct, 2021 3 commits
  31. 04 Oct, 2021 1 commit
    • Greg Spencer's avatar
      Clean up examples, remove section markers and --template args (#91133) · fd9ce277
      Greg Spencer authored
      This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder.
      
      I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed.
      
      I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
      fd9ce277