Releases: solid-software/flutter_vlc_player
Releases · solid-software/flutter_vlc_player
5.0.5: Vlc Subtitle Styling
- Added Vlc Subtitle Styling.
- Split ios swift code into multiple files for better readability.
5.0.4: Added isSeekable method (#175)
* fixed dart deprecation warning added the missing async await to some platform methods * updated example code * fixed dart deprecation warning added the missing async await to some platform methods * updated example code * added isSeekable method fix example player widget crash if the media position becomes greater than the media duration * fixed dart deprecation warning added the missing async await to some platform methods * updated example code * revert back seekto method * updated pubspec and changelog * 5.0.4 release / readme and changelog * Update flutter_vlc_player/ios/Classes/SwiftFlutterVlcPlayerPlugin.swift Co-authored-by: Yuri Prykhodko <[email protected]> * Update flutter_vlc_player/android/src/main/java/software/solid/fluttervlcplayer/FlutterVlcPlayer.java Co-authored-by: Yuri Prykhodko <[email protected]> * update example code Co-authored-by: Yuri Prykhodko <[email protected]>
5.0.3
5.0.3 release / readme and changelog
5.0.2
Fix homepage link.
5.0.1
5.0.1 - fix pub.dev links
5.0.0
rename to match package name and update credits
4.0.3
fix example when it takes a long time initialize duration
4.0.2: Update VLCKit IOS repo for iOS14 / Xcode 12 (#117)
* Bugfix for https://github.com/solid-software/flutter_vlc_player/issues/52 Bugfix * spec bump * changelog * bugfix, podspec update * Changelog update * Updates version * Create Video Seek Example * Fix seek time on iOS. Add Seekbar to demo app. * PR comments * update cocoapods * Small formatting Co-authored-by: Solid Software <[email protected]>
4.0.1
v4.0.1 - improve pub.dev documentation
4.0.0
v4 (cast to device, additional vlc helper methods, bug fixes)