mirror of
https://github.com/flutter/flutter.git
synced 2026-02-12 13:56:40 +08:00
- I extracted the BuildScheduler into a separate binding.dart file. - Various changes to expose private members that are needed by binding.dart. - Registering the render objects for event dispatch. - Convert the tests to use the new binding mechanism. This doesn't yet have a RenderView or event handling.