Skip to content

Releases: solid-software/flutter_vlc_player

5.0.5: Vlc Subtitle Styling

10 Mar 09:07

Choose a tag to compare

  • Added Vlc Subtitle Styling.
  • Split ios swift code into multiple files for better readability.

5.0.4: Added isSeekable method (#175)

09 Feb 11:50
aa10224

Choose a tag to compare

* 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

04 Feb 13:17

Choose a tag to compare

5.0.3 release / readme and changelog

5.0.2

23 Jan 09:43

Choose a tag to compare

Fix homepage link.

5.0.1

22 Jan 19:48

Choose a tag to compare

5.0.1 - fix pub.dev links

5.0.0

22 Jan 19:41

Choose a tag to compare

rename to match package name and update credits

4.0.3

28 Dec 10:17

Choose a tag to compare

fix example when it takes a long time initialize duration

4.0.2: Update VLCKit IOS repo for iOS14 / Xcode 12 (#117)

10 Oct 20:08
513176d

Choose a tag to compare

* 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

22 Sep 09:49

Choose a tag to compare

v4.0.1 - improve pub.dev documentation

4.0.0

22 Sep 09:23
2b019c8

Choose a tag to compare

v4 (cast to device, additional vlc helper methods, bug fixes)