dart-custom-element-demo
dart-custom-element-demo copied to clipboard
Example of a custom element written in Dart, using JS interop for registration
Results
2
dart-custom-element-demo issues
Sort by
recently updated
recently updated
newest added
So I kept tinkering with things and was starting to think what a pure `package:js` version of a `dart:html` lib might look like. Talked with @jakemac53 while putting it together...
Hey, first of all thx for the example, it does work for me with DDC which is nice. But I'd also need dart2js support and while dart2js seems to compile...