1. 05 May, 2023 2 commits
    • 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
    • Kevin Moore's avatar
      tool-web: use ProcessUtil.run to invoke child processes (#126109) · f22dd30c
      Kevin Moore authored
      All invocations are logged on verbose
      Better, more detailed exceptions are thrown on errors
      A lot less boilerplate
      f22dd30c
  2. 04 May, 2023 19 commits
  3. 03 May, 2023 19 commits