video_player_videohole 0.5.8
video_player_videohole: ^0.5.8 copied to clipboard
Flutter plugin for displaying inline video on Tizen TV devices.
0.5.8 #
- Add namespace to the C++ code to avoid name conflicts with other plugins.
0.5.7 #
- Update code format.
- Automatically rotates video player based on device orientation.
0.5.6 #
- Add suspend and restore for handing onPause and onResume lifecycle event.
0.5.5 #
- Update the LICENSE file so that it is recognized by pub.dev.
0.5.4 #
- Synchronize isPlaying state.
0.5.3 #
- Add 'isCompleted' event to 'VideoPlayerEvent'.
0.5.2 #
- Fix new lint warnings.
- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Fix getAudioTracks out of bounds issue.
0.5.1 #
- Free response buffer after install key.
0.5.0 #
- Add get duration API for live stream
0.4.0 #
- Merge media player code from avplay.
0.3.0 #
- Implement
httpHeadersofVideoPlayerController.network.
0.2.0 #
- Implement functionality of selecting video, audio and text tracks.
0.1.3 #
- Fix event channel issue, sending messages from native to Flutter on the platform thread.
0.1.2 #
- Increase the minimum Flutter version to 3.3.
- Fix web build
0.1.1 #
- Update pigeon to 10.0.0.
- Rename
TizenVideoPlayerApitoVideoPlayerVideoholeApi. - Rename the event channel to avoid possible conflicts.
0.1.0 #
- Initial release.