vk_video 0.0.1
vk_video: ^0.0.1 copied to clipboard
The vk_video package provides a simple and efficient way to integrate VK Video playback into your Flutter applications. With support for the VK Video API, this package allows you to easily embed and c [...]
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.