polymer 0.10.0-pre.3.dev
polymer: ^0.10.0-pre.3.dev copied to clipboard
Polymer.dart is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add polymerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
polymer: ^0.10.0-pre.3.devAlternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:polymer/polymer.dart';