Releases: bitmovin/bitmovin-player-flutter
Releases · bitmovin/bitmovin-player-flutter
0.14.0
Added
- Google Cast support for Web platform
- Support for
Player.isPaused
andPlayer.isMuted
Changed
- Update Bitmovin's native Android Player SDK version to
3.99.0
- Update Bitmovin's native iOS Player SDK version to
3.80.0
0.13.0
Added
- Introduce platform support for web.
- Supported API calls:
loadSource(source)
,play
,pause
,mute
,unmute
,seek(time)
,timeShift(timeShift)
,getCurrentTime
,getTimeShift
,getDuration
,getMaxTimeShift
,isLive
,isPlaying
,isAirplayActive
,isAirplayAvailable
,castVideo
,castStop
,isCastAvailable
,isCasting
,showAirPlayTargetPicker
,destroy
- Supported events:
play
,playing
,paused
,timeChanged
,seek
,seeked
,timeShift
,timeShifted
,playbackFinished
,error
,muted
,unmuted
,warning
,ready
,sourceLoaded
,sourceUnloaded
- Supported API calls:
Changed
- Update Bitmovin's native Android Player SDK version to
3.94.0
- Update Bitmovin's native iOS Player SDK version to
3.78.0
0.12.0
Changed
- Update Bitmovin's native Android Player SDK version to
3.91.0
- Update Bitmovin's native iOS Player SDK version to
3.77.0
Removed
- Custom spec source
https://github.com/bitmovin/cocoapod-specs.git
fromexample/ios/Podfile
asBitmovinPlayer
is now published to the public CocoaPods registry.
0.11.0
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
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
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
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
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
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
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