dart_vlc_ffi 0.2.0+1 dart_vlc_ffi: ^0.2.0+1 copied to clipboard
package:dart_vlc internal dependency package.
0.2.0+1 #
- Minor README changes.
0.2.0 #
- Updated FFI bindings.
0.1.7 #
- Update equivalent Dart bindings.
0.1.6 #
- Rewritten FFI bindings.
- Updated
NativePort
event handling to follow new structure.
0.1.5 #
- Updated equivalent Dart code & example
- Added support for setting current audio track and getting audio track count
0.1.4 #
- Fixed
OnOpen
callback
0.1.3 #
- Updated
ReceivePort
listener to match new NativePort callbacks.
0.1.2 #
- Improved memory cleanup inside FFI.
0.1.1 #
- Removed
Player::onVideo
callbacks for win32.
0.1.0 #
- Added new native methods for handling with memory leaks.
0.0.9 #
- Fixed
Devices.all
&Media.parse
causing crash on Windows.
0.0.8 #
- Fixed build warnings on Linux.
0.0.7 #
- Fixed
Media.asset
for Windows.
0.0.6 #
- Added back
Media.asset
for Flutter.
0.0.5 #
- Sending player ID along frame
uint8_t*
through native port.
0.0.4 #
- Fixed incorrect
Devices.all
list.
0.0.3 #
- Fixed video frame callbacks.
0.0.2 #
- Fixed segmentation fault open calling
Player::open
withPlaylist
as argument. - Fixed build warnings.
0.0.1 #
- Initial version of dart_vlc_ffi.