• 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
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...
dart_plugin_registrant.dart Loading commit data...