apivideo_player 1.2.0
apivideo_player: ^1.2.0 copied to clipboard
The official Flutter player for api.video for iOS, Android and Web.
Changelog #
All changes to this project will be documented in this file.
[1.2.0] - 2023-10-11 #
- Add support for live stream videos
- Add support for Android >= 21
- Add support for Android 34
- Add a
fit
parameter toApiVideoPlayer
to set how the video is displayed in its box - Improve the customization of
ApiVideoPlayer
withPlayerStyle
- Refactor widgets to split into several widgets
[1.1.0] - 2023-07-26 #
- Add support for private videos
- Add support for playback speed
- iOS: add support from iOS 11
- Web: close player events when player is disposed
- Web: remove CSS border on player
- Web: fix player sdk event on release and profile mode
- Web: fix
getVideoSize
API that caused a bad aspect ratio with border - Android: fix the duration of the video when the video is not loaded
- Android: fix crash when the current time < 0
- Android: fix a crash due to obfuscation (see #43)
[1.0.0] - 2022-10-10 #
- First version