polymer 0.5.2+1 copy "polymer: ^0.5.2+1" to clipboard
polymer: ^0.5.2+1 copied to clipboard

discontinued
outdated

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.

Polymer.dart #

Polymer 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.

Polymer.dart is a Dart port of Polymer created and maintained by the Dart team. The Dart team is collaborating with the Polymer team to ensure that polymer.dart elements and polyfills are fully compatible with Polymer.

For more information about Polymer, see http://www.polymer-project.org/. For more information about Dart, see http://www.dartlang.org/.

Build Status

Try It Now #

Add the polymer.dart package to your pubspec.yaml file:

dependencies:
  polymer: any

Instead of using any, we recommend using version ranges to avoid getting your project broken on each release. Using a version range lets you upgrade your package at your own pace:

dependencies:
  polymer: ">=0.5.0 <0.5.1"

We update versions within the range when we release small bug fixes. For instance, 0.5.0+1 is considered a non-breaking change. We change versions outside of the range when we introduce a breaking change. See our changelog to find the version that works best for you.

Learn More #

Note: these documents are currently out of date.

See our TodoMVC example running. Read the README.md in example/todomvc for more details.

Running Tests #

Dependencies are installed using the Pub Package Manager.

pub install

# Run command line tests and automated end-to-end tests. It needs two
# executables on your path: `dart` and `content_shell` (see below
# for links to download `content_shell`)
test/run.sh

Note: to run browser tests you will need to have content_shell, which can be downloaded prebuilt for Ubuntu Lucid, Windows, or Mac. You can also build it from the Dartium and content_shell sources.

For Linux users all the necessary fonts must be installed see https://code.google.com/p/chromium/wiki/LayoutTestsLinux.

Contacting Us #

Please file issues in our Issue Tracker or contact us on the Dart Web UI mailing list.

We also have the Web UI development list for discussions about internals of the code, code reviews, etc.

0
likes
0
pub points
33%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer_experimental, args, browser, csslib, custom_element, html5lib, html_import, logging, mdv, observe, path, shadow_dom, source_maps, unittest

More

Packages that depend on polymer