Skip to content

6.0.4: Add VLC Http Options (#252)

Compare
Choose a tag to compare
@solid-software solid-software released this 23 Aug 08:27
· 88 commits to master since this release
3c77e84
* 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]>