byteplus_vod 1.50.102-beta.1
byteplus_vod: ^1.50.102-beta.1 copied to clipboard
This Flutter plugin provides vod player sdk native APIs for you to implement video play functions in your application
ve_vod #
byteplus vod SDK flutter plugin
Getting Started #
- Quiskstart: https://docs.byteplus.com/en/docs/byteplus-vod/docs-flutter-player-quickstart
- Basic features: https://docs.byteplus.com/en/docs/byteplus-vod/docs-flutter-player-basic-features
- Advanced features: https://docs.byteplus.com/en/docs/byteplus-vod/docs-flutter-player-advanced-features
- Release notes: https://docs.byteplus.com/en/docs/byteplus-vod/docs-flutter-player-release-notes
iOS test subspec #
Select the test subspec in the Flutter application's pubspec.yaml:
dependencies:
byteplus_vod: 1.50.102-beta.1
byteplus_vod:
sub_spec: test
Set the required native TTSDK version near the top of the application's ios/Podfile, before the target declarations:
ENV['TTSDK_VERSION_FOR_VOD_PLAYER'] = '1.50.100.2'
The test subspec resolves TTSDKFramework/Player-SR with this exact version and does not append the -standard or -premium suffix.