Youtube Player Flutter Versions Save

Flutter plugin for playing or streaming YouTube videos inline using the official iFrame Player API. Supports both Android and iOS platforms.

youtube_player_iframe-v3.0.3

1 year ago
  • Fixed issues related to Fullscreen.
  • Added onInit & onFullscreenChange callbacks to YoutubePlayerController.
  • Added Migrating to v3 section in the docs.
  • Listed Swipe up/down to enter/exit fullscreen mode as a feature in the docs.
  • Deprecated autoPlay param in YoutubePlayerParams, as it's no longer used.
  • Removed hasPlayed, position & buffered from YoutubePlayerValue, as these values can be accessed through YoutubePlayerController.

v1.0.1-iframe

3 years ago
  • Fixed Disabled navigation inside the player. This solves the issue where tapping on actions would navigate to different web pages.
  • Removed foreceHD param, in favor of desktopMode. The desktopMode also supports changing quality in fullscreen mode.
  • Added two new methods, hideTopMenu() and hidePauseOverlay(). Visit ReadMe for more detail.

v1.0.0+4

3 years ago

Initial release of youtube_player_iframe

v7.0.0+2

3 years ago
  • Added onEnterFullScreen & onExitFullScreen callback to YoutubePlayerBuilder.
  • Player switches back to normal mode on system back, if on fullscreen.
  • Added thumbnail parameter to YoutubePlayer, removed thumbnailUrl. Now any widget can be used as thumbnail.
  • Fixed issues with progress colors.

v7.0.0+1

3 years ago
  • (Fixed) random crashes
  • (Fixed) issues with orientation
  • (Improvements) Added automatic fullscreen toggle wrt to orientation change

BREAKING CHANGE

  • Requires iOS: --ios-language swift, Xcode version >= 11
  • Requires Android: minSdkVersion 17
  • Removed exported WebView widget

v7.0.0

3 years ago

v6.1.1

4 years ago
  • Removed forceHideAnnotation flag

v6.1.0+5

4 years ago

v6.1.0+4

4 years ago

v6.1.0+3

4 years ago