webf_video_player 1.0.0 copy "webf_video_player: ^1.0.0" to clipboard
webf_video_player: ^1.0.0 copied to clipboard

HTML5-compatible video player for WebF applications. Wraps Flutter's video_player package with a familiar HTML5 video element API.

Changelog #

1.0.0 #

  • Initial release
  • HTML5-compatible video player API
  • Properties: src, poster, autoplay, controls, loop, muted, volume, playbackRate, currentTime, objectFit, preload, playsInline
  • Read-only properties: duration, paused, ended, seeking, readyState, networkState, videoWidth, videoHeight, buffering
  • Events: loadstart, loadedmetadata, loadeddata, canplay, canplaythrough, play, playing, pause, ended, waiting, seeking, seeked, timeupdate, durationchange, volumechange, ratechange, progress, error
  • Methods: play(), pause(), load(), canPlayType()
  • Built-in playback controls with play/pause, seek slider, volume control
  • Support for http://, https://, asset://, and file:// URL protocols
0
likes
120
points
9
downloads

Documentation

API reference

Publisher

verified publisheropenwebf.com

Weekly Downloads

HTML5-compatible video player for WebF applications. Wraps Flutter's video_player package with a familiar HTML5 video element API.

Homepage

Topics

#webf #video #media #html5

License

unknown (license)

Dependencies

flutter, video_player, webf

More

Packages that depend on webf_video_player