1. 24 Oct, 2022 1 commit
  2. 13 Oct, 2022 1 commit
  3. 11 Oct, 2022 1 commit
  4. 12 Sep, 2022 1 commit
  5. 19 Jul, 2022 1 commit
  6. 06 Jul, 2022 1 commit
  7. 25 May, 2022 1 commit
  8. 27 Apr, 2022 1 commit
  9. 14 Apr, 2022 1 commit
  10. 08 Mar, 2022 1 commit
  11. 01 Dec, 2021 1 commit
  12. 11 Nov, 2021 1 commit
  13. 09 Oct, 2021 1 commit
  14. 08 Oct, 2021 3 commits
  15. 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
  16. 08 Sep, 2021 1 commit
  17. 25 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Extract Sample code into examples/api (#87280) · 33403bd2
      Greg Spencer authored
      This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
      33403bd2
  18. 11 Aug, 2021 1 commit
  19. 09 Aug, 2021 1 commit
  20. 13 May, 2021 2 commits
  21. 10 May, 2021 1 commit
  22. 21 Apr, 2021 1 commit
  23. 31 Mar, 2021 1 commit
  24. 26 Mar, 2021 1 commit
  25. 05 Mar, 2021 1 commit
  26. 27 Jan, 2021 1 commit
  27. 22 Jan, 2021 2 commits
  28. 24 Dec, 2020 1 commit
  29. 11 Dec, 2020 1 commit
  30. 20 Nov, 2020 1 commit
  31. 13 Nov, 2020 1 commit
  32. 02 Nov, 2020 3 commits
  33. 29 Oct, 2020 1 commit
  34. 28 Oct, 2020 1 commit
    • Greg Spencer's avatar
      Remove `nullOk` in `MediaQuery.of` (#68736) · 55289324
      Greg Spencer authored
      Adds MediaQuery.maybeOf to replace calling MediaQuery.of(context, nullOk: true), and removes the nullOk parameter. Also changes MediaQuery.of to return a non-nullable value, and removes many instances of the ! operator, reducing the possible places where a null dereference could occur.
      55289324