Skip to content

Releases: solid-software/flutter_vlc_player

7.1.0

21 Mar 10:34
4ace8de
Compare
Choose a tag to compare
Upgrade mobilevlckit and Add support for xcode 13 (#303)

* 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

* remove crypto utils

* remove crypto utils

* update vlc libs and support xcode 13

* update changelog

Co-authored-by: Solid Software <[email protected]>

7.0.0

08 Feb 19:53
Compare
Choose a tag to compare

Overlay fix, code style with interface breaking change (enums)

Update VLCKit, fix options applying on Android

07 Oct 13:29
1a6c6b3
Compare
Choose a tag to compare
Fix some options don't apply (Android) (#263)

* Changes:
- Fix some options don't apply (Android)
- Update libvlc to 3.4.3 (Android)

Fixes solid-software/flutter_vlc_player#126

* Update MobileVLCKit to 3.3.17

* Changes:
- Increment version
- Update changelog

* Add null check for options

6.0.4: Add VLC Http Options (#252)

23 Aug 08:27
3c77e84
Compare
Choose a tag to compare
* updated vlc event handling code

* fix vlc error description

* renamed error const strings

* fixed a minor bug

* Avoid FlutterVlcPlayerFactory new instances onAttachedToActivity (#214)

* Avoid FlutterVlcPlayerFactory new instances onAttachedToActivity

* Avoid FlutterVlcPlayerFactory instances in registerWith

* fix error description docs

* Added onInit & onRenderer listeners

* updated docs

mark onInit & onRendererHandler as deprecated.

* updated documentation

* fix initialization value of renderer variables

* fixed vlc error on adding a local subtitle/audio

* Added recording feature

* fix a minor issue

* updated platform recording methods

* updated ios recording methods

* updated pubspec

* Update flutter_vlc_player/ios/Classes/VlcViewBuilder.swift

Co-authored-by: Yuri Prykhodko <[email protected]>

* Update flutter_vlc_player/example/lib/vlc_player_with_controls.dart

Co-authored-by: Yuri Prykhodko <[email protected]>

* Update flutter_vlc_player/example/lib/single_tab.dart

Co-authored-by: Yuri Prykhodko <[email protected]>

* Update flutter_vlc_player/example/lib/single_tab.dart

Co-authored-by: Yuri Prykhodko <[email protected]>

* Update flutter_vlc_player/example/lib/single_tab.dart

Co-authored-by: Yuri Prykhodko <[email protected]>

* Update flutter_vlc_player/example/lib/vlc_player_with_controls.dart

Co-authored-by: Yuri Prykhodko <[email protected]>

* fixed mentioned issues

migrated from pedantic to lint package
updated readme

* added http options

updated readme

* updated readme

* removed http options

updated readme

* added vlc http options

Co-authored-by: Guillermo Jeremy De La Cruz Onton <[email protected]>
Co-authored-by: Mitch Ross <[email protected]>
Co-authored-by: Yuri Prykhodko <[email protected]>

6.0.3: Added vlc recording feature (#230)

17 Aug 09:34
396a81e
Compare
Choose a tag to compare
* updated vlc event handling code

* fix vlc error description

* renamed error const strings

* fixed a minor bug

* Avoid FlutterVlcPlayerFactory new instances onAttachedToActivity (#214)

* Avoid FlutterVlcPlayerFactory new instances onAttachedToActivity

* Avoid FlutterVlcPlayerFactory instances in registerWith

* fix error description docs

* Added onInit & onRenderer listeners

* updated docs

mark onInit & onRendererHandler as deprecated.

* updated documentation

* fix initialization value of renderer variables

* fixed vlc error on adding a local subtitle/audio

* Added recording feature

* fix a minor issue

* updated platform recording methods

* updated ios recording methods

* updated pubspec

* Update flutter_vlc_player/ios/Classes/VlcViewBuilder.swift

Co-authored-by: Yuri Prykhodko <[email protected]>

* Update flutter_vlc_player/example/lib/vlc_player_with_controls.dart

Co-authored-by: Yuri Prykhodko <[email protected]>

* Update flutter_vlc_player/example/lib/single_tab.dart

Co-authored-by: Yuri Prykhodko <[email protected]>

* Update flutter_vlc_player/example/lib/single_tab.dart

Co-authored-by: Yuri Prykhodko <[email protected]>

* Update flutter_vlc_player/example/lib/single_tab.dart

Co-authored-by: Yuri Prykhodko <[email protected]>

* Update flutter_vlc_player/example/lib/vlc_player_with_controls.dart

Co-authored-by: Yuri Prykhodko <[email protected]>

* fixed mentioned issues

migrated from pedantic to lint package
updated readme

* added http options

updated readme

* updated readme

* removed http options

updated readme

Co-authored-by: Guillermo Jeremy De La Cruz Onton <[email protected]>
Co-authored-by: Mitch Ross <[email protected]>
Co-authored-by: Yuri Prykhodko <[email protected]>

6.0.2: improved vlc controller events & callbacks code (#216)

07 Apr 16:23
35ffe79
Compare
Choose a tag to compare
* updated vlc event handling code

* fix vlc error description

* renamed error const strings

* fixed a minor bug

* Avoid FlutterVlcPlayerFactory new instances onAttachedToActivity (#214)

* Avoid FlutterVlcPlayerFactory new instances onAttachedToActivity

* Avoid FlutterVlcPlayerFactory instances in registerWith

* fix error description docs

* Added onInit & onRenderer listeners

* updated docs

mark onInit & onRendererHandler as deprecated.

* updated documentation

* fix initialization value of renderer variables

Co-authored-by: Guillermo Jeremy De La Cruz Onton <[email protected]>

6.0.1

24 Mar 09:45
Compare
Choose a tag to compare
Update to 6 to indicate breaking change / Null-Safety

Null-safety release

23 Mar 17:53
Compare
Choose a tag to compare
6.0.0

Update to 6 to indicate breaking change / Null-Safety

5.0.5: Vlc Subtitle Styling

10 Mar 09:07
Compare
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
Compare
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]>