Import JavaScript Polymer element to Dart -
How do I import a polymer element made with JS for dart? Is it possible to use one automatically or do I have to translate it to its internal JS in DART?
Try to use the package that you want to create wrappers for core- and paper-elements is used to.
See also
Comments
Post a Comment