Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 54
[video_player] Upgrade to 2.14.0#1095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
60c69dab894e789585c89513d13d258d1249fc9dfa8d51eb114e3f10File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -14,8 +14,8 @@ This package is not an _endorsed_ implementation of `video_player`. Therefore, y | ||
| ```yaml | ||
| dependencies: | ||
| video_player: ^2.11.1 | ||
| video_player_tizen: ^2.5.14 | ||
| video_player: ^2.14.0 | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://pub.dev/packages/video_player/changelog#2140 ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have checked the interfaces, the media player doesn't support these interfaces. and the README has included not-supported infomation: Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please check and add new APIs to the list of unsupported interfaces. ContributorAuthor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry, my mistake. I have updated README | ||
| video_player_tizen: ^2.5.15 | ||
| ``` | ||
| Then you can import `video_player` in your Dart code: | ||
| @@ -59,6 +59,9 @@ The following methods are not currently supported. | ||
| - `VideoPlayerPlatform.getAudioTracks()` | ||
| - `VideoPlayerPlatform.selectAudioTrack()` | ||
| - `VideoPlayerPlatform.isAudioTrackSupportAvailable()` | ||
| - `VideoPlayerPlatform.getVideoTracks()` | ||
| - `VideoPlayerPlatform.selectVideoTrack()` | ||
| - `VideoPlayerPlatform.isVideoTrackSupportAvailable()` | ||
| This plugin has the following limitations. | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.