vk_video 0.0.5
vk_video: ^0.0.5 copied to clipboard
The vk_video package simplifies the integration of VK video playback into your Flutter apps. It supports the VK Video API, allowing easy embedding and control for a seamless media experience.
Changelog for vk_video #
[0.0.1] #
Added #
- Initial release of the
vk_video
package. - Added
VKVideo
widget for embedding VK video in Flutter applications. - Implemented
VKVideoController
for managing video playback state. - Integrated InAppWebView for rendering the VK player with customizable settings.
- Created extension methods for converting strings to
PlayerStateEnum
andVideoResolutionEnum
.
Changed #
- Established a consistent interface for video control methods (play, pause, seek, etc.).
- Included a timer for periodic state checks to ensure UI synchronization with the video player.
Fixed #
- Fixed issues with video playback initialization and user gesture requirements.
- Improved error handling for unsupported video resolutions and states.