pixelate 0.0.1 copy "pixelate: ^0.0.1" to clipboard
pixelate: ^0.0.1 copied to clipboard

Dart 1 only

A collection of polymer components for web application developers.

Pixelate #

A UI widget library for creating modern web applications; Pixelate targets the modern web by using Web Components. The library leverages the Polymer.dart library to create a set of widgets that would be expected in native native application development.

Components #

The following components are available for use.

Themes #

Pixelate was built with customization in mind. All components have hooks to change the styling to fit the application. The themes provided are modern flat designs.

Install #

Pixelate is a pub package. To install it, and link it into your app, add pixelate to your pubspec.yaml. For example:

name: your_cool_app
dependencies:
  pixelate: any
  pixelate_flat: any

If you use Dart Editor, select your project from the Files view, then goto Tools, and run Pub Install.

If you use the command line, ensure the Dart SDK is on your path, and then run: pub install

Compatible browsers #

The Polymer.dart library shares the polyfills provided through JavaScript within the Polymer Project. Polymer and its polyfills are intended to work in the latest version of "evergreen browsers". Because of this make sure the browsers you are targeting are available before starting a project with Pixelate. The current status of browser support can be tracked here.

Pixelate has been tested on the following browsers

  • Chrome 32+ (with Experimental Web Platform Features chrome://flags/#enable-experimental-web-platform-features enabled)

Authors #

Copyright and license #

Code and documentation are copyright 2013-2014 by the Pixelate authors. Code released under the zlib license. Docs released under Creative Commons.

0
likes
20
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of polymer components for web application developers.

Repository (GitHub)
View/report issues

License

Zlib (license)

Dependencies

logging, polymer

More

Packages that depend on pixelate