How do I import a Polymer element made with JS to Dart? Is it possible to use one automatically or do I have to translate its internal JS to Dart?
1 Answer
You can try to use the package https://pub.dartlang.org/packages/custom_element_apigen which is used to generate wrappers for core- and paper-elements.
See also