mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We now have an element-registry.sky module that exposes API to register elements with attributes and event handlers. Right now it's an API on the module itself, eventually the module will export an ElementRegistry object since we'll need one per module once the custom element registry is one per module. R=abarth@chromium.org, ojan@chromium.org Review URL: https://codereview.chromium.org/856693002