Skip to content

Releases: bitmovin/bitmovin-player-flutter

0.11.0

11 Sep 07:03
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

Changed

  • Update Bitmovin's native Android Player SDK version to 3.82.0
  • Update Bitmovin's native iOS Player SDK version to 3.71.0

0.10.0

07 Aug 14:50
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

Changed

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

0.9.0

03 Jul 15:42
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Changed

  • Update example app dependency: Google Cast iOS sender SDK to 4.8.1
  • Update Bitmovin's native Android Player SDK version to 3.75.0
  • Update Bitmovin's native iOS Player SDK version to 3.66.1

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