videopoly 0.1.2
videopoly: ^0.1.2 copied to clipboard
Polymer custom element for embedding different video players into your Dart project.
videopoly.dart examples #
The examples for the videopoly.dart custom Polygon.dart element library.
- direct-video - Shows how to embed an explicit video by its ID.
Playing the examples #
If you download the source, you can run:
$ pub install
followed by
$ pub serve
That makes the examples available through localhost:8080.