Skip to content

Releases: sarbagyastha/youtube_player_flutter

youtube_player_iframe v3.0.3

14 Aug 15:15
Compare
Choose a tag to compare
  • 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.

youtube_player_iframe v1.0.1

17 Jul 03:16
Compare
Choose a tag to compare
  • 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.

youtube_player_iframe v1.0.0+4

12 Jul 07:31
Compare
Choose a tag to compare

Initial release of youtube_player_iframe

Version 7.0.0+2

01 Jun 04:40
550f43e
Compare
Choose a tag to compare
  • 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.

Version 7.0.0

31 May 13:26
Compare
Choose a tag to compare
  • (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

Version 7.0.0

31 May 13:13
Compare
Choose a tag to compare
v7.0.0

updated example

Version 6.1.1

04 May 14:17
Compare
Choose a tag to compare
  • Removed forceHideAnnotation flag

v6.1.0+5

23 Feb 03:15
Compare
Choose a tag to compare
Fixed artifact not generating issue

v6.1.0+4

23 Feb 03:09
Compare
Choose a tag to compare
Fix infinite buffer on autoplay being off

v6.1.0+3

23 Feb 03:00
Compare
Choose a tag to compare
Fix infinite buffer on autoplay being off