videoplay 0.2.4 copy "videoplay: ^0.2.4" to clipboard
videoplay: ^0.2.4 copied to clipboard

Embed video players in your webpage, and control them in Dart.

example/README.md

Example applications #

To try out the examples, download the source to your computer:

$ git clone https://github.com/groboclown/videoplay.dart.git
$ cd videoplay.dart

get the necessary packages:

$ pub install

serve the examples in a local web server:

$ pub serve example

and point your browser to localhost:8080.

video-select #

video-select

Shows how you can embed a video player, change out the playing video, be notified of status changes, and control the video playback through Dart.

multiple-videos #

multiple-videos

Shows how multiple video players can be added to the same page and be independently controlled. Also shows how video players can be removed from the page.

0
likes
35
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

Embed video players in your webpage, and control them in Dart.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

More

Packages that depend on videoplay