1. 03 Aug, 2023 1 commit
  2. 19 Jul, 2023 1 commit
  3. 05 May, 2023 1 commit
    • Ian Hickson's avatar
      Minor fixes found while working on blankcanvas (#125751) · a11da307
      Ian Hickson authored
      This PR contains a series of minor changes to address issues that I happened to run into:
      
       - Pretty-print errors triggered when handling events that are pending because of having locked event handling. Previously these were just dumped to the console.
       - Add more documentation for `debugPaintPadding`.
       - Add documentation to `Tween` saying how to implement it.
       - Slight formatting changes in the scrollbar code to align some expressions.
       - Since we convert ScrollMetricsNotifications to ScrollNotifications in various places, provide an explicit API to do this. This will make the behaviour consistent throughout, and makes the code easier to understand. Added a test for this.
       - Clarifications to some of the BindingBase and SchedulerBinding documentation.
       - Clarified some documentation in `flutter_test`'s `Finder` class.
      a11da307
  4. 30 Mar, 2023 1 commit
  5. 23 Mar, 2023 1 commit
  6. 22 Mar, 2023 2 commits
  7. 21 Jan, 2023 1 commit
  8. 20 Dec, 2022 1 commit
  9. 11 Dec, 2022 1 commit
  10. 25 Oct, 2022 1 commit
  11. 12 Sep, 2022 1 commit
  12. 08 Sep, 2022 1 commit
  13. 02 Sep, 2022 1 commit
  14. 19 Aug, 2022 1 commit
  15. 10 Aug, 2022 1 commit
  16. 09 Aug, 2022 1 commit
  17. 30 Jul, 2022 1 commit
  18. 29 Jun, 2022 1 commit
  19. 25 May, 2022 1 commit
  20. 18 May, 2022 1 commit
  21. 17 May, 2022 1 commit
  22. 12 May, 2022 1 commit
  23. 26 Apr, 2022 1 commit
  24. 14 Apr, 2022 1 commit
  25. 22 Mar, 2022 1 commit
  26. 21 Mar, 2022 1 commit
  27. 03 Feb, 2022 1 commit
  28. 21 Jan, 2022 1 commit
  29. 12 Dec, 2021 1 commit
  30. 07 Dec, 2021 1 commit
  31. 08 Oct, 2021 3 commits
  32. 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
  33. 10 Sep, 2021 1 commit
  34. 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
  35. 23 Aug, 2021 1 commit
  36. 17 Aug, 2021 1 commit
  37. 15 Jul, 2021 1 commit