youtube_player_iframe 1.0.1 youtube_player_iframe: ^1.0.1 copied to clipboard
Flutter port of the official YouTube iFrame player API. Supports web & mobile platforms.
1.0.1 #
- 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 ofdesktopMode
. ThedesktopMode
also supports changing quality in fullscreen mode. - Added two new methods,
hideTopMenu()
andhidePauseOverlay()
. Visit ReadMe for more detail.
1.0.0+4 #
- Minor improvements
1.0.0+3 #
- Minor Fixes
1.0.0 #
- Initial Release