videoplay 0.1.1
videoplay: ^0.1.1 copied to clipboard
Embed video players in your webpage, and control them in Dart.
Change History for videoplay.dart #
0.1.1 #
Updates to the documentation and examples, along with a few bug fixes.
- Bug fixes:
- YouTube player does not shut down its event log on
destroy(). - YouTube player does not set
errorfield on error state.
- YouTube player does not shut down its event log on
- Changed the
errorfield on theVideoPlayerto now be 2 fields,errorTextanderrorCode, to match theVideoPlayerEventclass, and to start to allow some limited localization capabilities. - Markdown files created for documentation.
- Cleaned up the front page documentation.
- Split the examples into
video-selectandmultiple-videos, and made the examples easier to read and use. - Planning on adding HTML 5. A few parts of the examples and documentation have preparation for this, but support won't be added until at least version 0.2.0.
- Added notes on where the API may change in the future.
- Added this changelog file.