Search code examples
dartdart-polymerpolymerdart-webui

Using Polymer core elements in Dart


Is there a way to use existing Polymer standard core elements , such as core-toolbar and core-menu, in Dart?

If you download the polymer project with bower you can find the javascript versions in /polymer/bower-components/.

core-toolbar, for instance, contains a core-toolbar.html and a metadata.html. These have <polymer-element> tags in them just like in Dart. Can these be adapted?


Solution

  • I found this issues:

    As mentioned in my comment alternatively you could use the Dart port of polymer_elements and polymer_ui_elements