polymer_app_layout 0.0.6 copy "polymer_app_layout: ^0.0.6" to clipboard
polymer_app_layout: ^0.0.6 copied to clipboard

discontinued
Dart 1 only

A dart port of the polymer app-layout elements.

polymer-app-layout - DEPRECATED #

Pub Travis

NB The app-layout elements have now been directly incorporated into the polymer_elements 1.0.0-rc.9 package. This project is now deprecated.

Dart polymer wrappers for app-layout Polymer elements.

Demos #

View demos at polyer-app-layout-demos

Testing #

The original app-layout tests are in the process of being ported. The ported tests can be run as normal dart tests. For example, to run on dartium (default): pub run test As usual, tests can be run on other platforms with -p<platform>

To run tests as javascript, the pub serve and test execution must be performed separately. Run pub serve test --port=8080 from one terminal and pub run test -pchrome --pub-serve=8080 from a second.

Note that tests are specifically blocked from running on Firefox currently in order to utilize Travis CI.

Rebuilding #

Although not necessary for normal use, this package can be rebuilt from the original polymer source using the procedure below. The specific version used as a basis can be specified in bower.json.

  1. Fetch the polymer element source
bower install
  1. Build the Dart wrapper API
pub run custom_element_apigen:update app_layout_dart.yaml

For more information on using custom_element_apigen, see https://pub.dartlang.org/packages/custom_element_apigen

0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

A dart port of the polymer app-layout elements.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

polymer, polymer_elements

More

Packages that depend on polymer_app_layout