v0.1.4 Going Better
This new release of dart_vlc adds & fixes:
- Now
Player
no longer requiresvideoWidth
&videoHeight
to be passed for video playback. Video
widget now uses the dimensions of the currently playing video.- For overriding the automatic video dimensions retrieval,
videoDimensions
argument must be passed while instantiatingPlayer
class. Video
widget no longer asks forplayerId
argument, butplayer
instead.- Added
videoDimensionStream
andvideoDimension
attributes toPlayer
class to listen to currently playing video dimensions. - Migrated C++ code to use smart pointers instead of raw pointers.
Player.dispose
no longer causing crash on Windows (#103).- Added Add fit and alignment properties to
Video
widget (Thanks to @jnschulze).