bccm_player 0.2.3-alpha.1 copy "bccm_player: ^0.2.3-alpha.1" to clipboard
bccm_player: ^0.2.3-alpha.1 copied to clipboard

discontinued

ExoPlayer/AVPlayer via platform views, with cast, PiP, background audio, audio selection, etc.

0.2.3-alpha.1 #

  • Major breaking changes to how to use the plugin
  • Introduced a BccmPlayerController which makes usage more idiomatic and more alike other video player packages.

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 to hidePlaybackSpeed

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