bccm_player 0.2.2 bccm_player: ^0.2.2 copied to clipboard
ExoPlayer/AVPlayer via platform views, with cast, PiP, background audio, audio selection, etc.
0.2.2 #
- Chromecast setup improvements, add missing documentation.
0.2.1 #
- New property
useSurfaceView
to support HDR content (#6). It's opt-in because it can trigger a flutter bug, see README.md
0.2.0 #
- New feature: Quality selection (#4) ("Max quality" on iOS because its practically impossible to force a rendition with avplayer)
- BREAKING CHANGE:
showPlaybackSpeed
renamed tohidePlaybackSpeed
0.1.0 #
- BREAKING CHANGE:
useNativeControls
on enterFullscreen and VideoPlayerView now defaults to false instead of true. - Migrate from wakelock to wakelock_plus
0.0.2 #
- Simplified integration steps needed for native fullscreen and picture-in-picture to work correctly on android.
0.0.1 #
- Initial release