mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
To be more consistent with other parts of the platform: * put the binding in a binding.dart file. * rearrange some members of the Scheduler class to be more close to execution order. * factor out Priority class into its own file. * add more dart docs.