Skip to content

v0.0.4 Keeping It Safe

Compare
Choose a tag to compare
@alexmercerind alexmercerind released this 02 Apr 08:08
· 517 commits to master since this release

This new release of dart_vlc adds:

  • Video Widget for showing video output from a Player inside Widget tree.
    • Player must be used as a controller for a Video.
    • Initialize Player with videoHeight and videoWidth optional parameters, if you wish to use it for video playback.
  • Null-safety migration.