youtube_plyr_iframe 2.0.7
youtube_plyr_iframe: ^2.0.7 copied to clipboard
Fork of Youtube Player Iframe. Supports web & mobile platforms.
2.0.4 #
- Updated docs
- Bumped up
flutter_inappwebview.
2.0.3 #
- Fix
Unhandled Exception: MissingPluginException. - Fix #18.
- Added
hideYoutubeLogo. - Added
hideEndScreen.
2.0.2 #
- Added
useHybridComposition. - Added documentation on how to load thumbnails.
2.0.1 #
- Fix
Unhandled Exception: Null check operator used on a null value - Added showTopMenu as requested in #12.
2.0.0 #
- πͺ Running with sound null safety πͺ
- Minor fix
2.0.0-nullsafety.3 #
- πͺ Running with sound null safety πͺ
2.0.0-nullsafety.2 #
- Relax SDK version constraints.
- Android
minSdkVersion 23is required.
2.0.0-nullsafety.1 #
- πͺ Running with sound null safety πͺ (Almost)
1.3.7 #
- Fixed on pause not displaying correctly
1.3.6+1 #
- Added example app
1.3.5 #
- Minor fix
1.3.4 #
- Added migration guide
1.3.3 #
- Fix
type 'int' is not a subtype of type 'double' in type cast - Fix
The Flutter constraint should not have an upper bound.
1.3.2+1 #
- Fix homepage and repo page
1.3.2 #
- Fixes desktop mode on iPad + nullsafety
1.3.0+1 #
- Fixes videos opening up in browser instead of inline on iOS.
1.2.0+2 #
- Added
YoutubePlayerParams.privacyEnhancedflag. - Exposed
gestureRecognizersthroughYoutubePlayerIFramewidget. - Handled internal links correctly. Tapping on video suggestion will now play it and all the buttons are enabled.
- Flutter
>=1.22.0 <2.0.0is required.
1.1.0 #
1.0.1 #
- Fixed Disabled navigation inside the player. This solves the issue where tapping on actions would navigate to different web pages.
- Removed
foreceHDparam, in favor ofdesktopMode. ThedesktopModealso 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