Skip to content

Releases: apivideo/api.video-flutter-player

v1.4.0

26 Jul 14:19
Compare
Choose a tag to compare
  • Use Analytics endpoint v2
  • android: gradle: remove imperative apply
  • android: fix setIsMuted method. See #56
  • android: fix crash due to missing release of the MediaSession. See #58
  • example: infer video type from mediaId
  • upgrade dependencies

v1.3.0

01 Mar 15:33
Compare
Choose a tag to compare
  • iOS: add support for private live stream
  • web: format file to fix pub points

v1.2.2

15 Feb 11:04
Compare
Choose a tag to compare
  • Android: upgrade to gradle 8, AGP and Kotlin to 1.9
  • Fix few warnings

v1.2.1

05 Dec 13:47
Compare
Choose a tag to compare
  • 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

11 Oct 13:56
Compare
Choose a tag to compare
  • Add support for live stream videos
  • Add support for Android >= 21
  • Add support for Android 34
  • Add a fit parameter to ApiVideoPlayer to set how the video is displayed in its box
  • Improve the customization of ApiVideoPlayer with PlayerStyle
  • Refactor widgets to split into several widgets

v1.1.0

26 Jul 10:29
Compare
Choose a tag to compare
  • 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

29 Nov 14:11
Compare
Choose a tag to compare
  • First version