Skip to content

Releases: bitmovin/bitmovin-player-flutter

0.8.0

13 May 15:13
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

Changed

  • Update Bitmovin's native Android Player SDK version to 3.68.0
  • Update Bitmovin's native iOS Player SDK version to 3.62.0

0.7.0

08 Apr 13:49
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Changed

  • Update Bitmovin's native Android Player SDK version to 3.65.0
  • Update Bitmovin's native iOS Player SDK version to 3.59.0

0.6.0

12 Mar 12:19
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

Changed

  • Update Bitmovin's native Android Player SDK version to 3.62.0
  • Update Bitmovin's native iOS Player SDK version to 3.57.0

0.5.0

08 Jan 14:15
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Changed

  • Update Bitmovin's native Android Player SDK version to 3.55.0
  • Update Bitmovin's native iOS Player SDK version to 3.52.0

Added

  • Support for Picture-in-Picture (PiP) playback on Android

Fixed

  • Android: Playback doesn't pause when app goes to background

0.4.0

12 Dec 17:30
21cbf8b
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Added

  • Support for Picture-in-Picture (PiP) playback on iOS
    • PictureInPictureEnter which is emitted when the player view is about to enter Picture-in-Picture mode
    • PictureInPictureExit which is emitted when the player view is about to exit Picture-in-Picture mode
    • PictureInPictureEntered which is emitted when the player view finishes entering Picture-in-Picture mode
    • PictureInPictureExited which is emitted when the player view finishes exiting Picture-in-Picture mode
    • PictureInPicture example page to test PiP and show how it can be integrated and used
    • PlayerViewState.pictureInPicture namespace to access Picture-in-Picture methods
    • PlayerViewState.pictureInPicture.isPictureInPicture to check whether the PlayerView is currently in Picture-in-Picture mode
    • PlayerViewState.pictureInPicture.isPictureInPictureAvailable to check whether Picture-in-Picture mode is available
    • PlayerViewState.pictureInPicture.enterPictureInPicture to make the PlayerView enter Picture-In-Picture mode
    • PlayerViewState.pictureInPicture.exitPictureInPicture to make the PlayerView exit Picture-In-Picture mode
    • PlayerViewConfig to configure a new PlayerView instance. Currently its only field is pictureInPictureConfig
    • PictureInPictureConfig to configure Picture-in-Picture playback
    • PictureInPictureConfig.isEnabled to set whether Picture-in-Picture feature is enabled or not
    • PictureInPictureConfig.shouldEnterOnBackground to set whether Picture-in-Picture should start automatically when the app transitions to background

Changed

  • PlayerView has a new argument playerViewConfig with a predefined default value

0.3.0

27 Nov 17:47
5d8b660
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Added

  • Support for background playback on iOS
    • PlaybackConfig.isBackgroundPlaybackEnabled to specify whether background playback is enabled
    • BackgroundPlayback example to the example application
  • Support for AirPlay on iOS
    • Player.isAirPlayActive to indicate whether media is being played externally using AirPlay
    • Player.isAirPlayAvailable to indicate whether AirPlay is available
    • Player.showAirPlayTargetPicker() to display the AirPlay playback target picker
    • RemoteControlConfig.isAirPlayEnabled to control whether AirPlay should be possible
    • AirPlayAvailableEvent which is emitted when AirPlay is available
    • AirPlayChangedEvent which is emitted when AirPlay playback starts or stops

Changed

  • Update Bitmovin's native Android Player SDK version to 3.52.0
  • Update Bitmovin's native iOS Player SDK version to 3.49.0

0.2.0

06 Nov 18:42
ca5151f
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Added

  • Google Cast Support for Android and iOS

0.1.0

28 Sep 14:05
c36530c
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

  • Support for DASH (only Android), HLS and progressive playback
  • Support for playing back live streams
  • DRM support for Widevine on Android and FairPlay on iOS
  • Bitmovin Web UI support, including customizable CSS and JS files
  • Bitmovin Analytics support
  • Subtitle & Caption handling
  • Fullscreen handling