Releases: apivideo/api.video-flutter-player
Releases · apivideo/api.video-flutter-player
v1.4.0
v1.3.0
- iOS: add support for private live stream
- web: format file to fix pub points
v1.2.2
- Android: upgrade to gradle 8, AGP and Kotlin to 1.9
- Fix few warnings
v1.2.1
- Add an API to set the duration when the overlay is displayed
- Web: Inject the player sdk bundle to simplify web integration
- Web: Fix a crash when the player is created
- Fix a crash when the player is disposed due to double dispose
- Improve comments
- Privatize some methods
v1.2.0
- 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
v1.1.0
- 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)
v1.0.0
- First version