youtube_web_player 0.1.1 copy "youtube_web_player: ^0.1.1" to clipboard
youtube_web_player: ^0.1.1 copied to clipboard

A Flutter package for seamless integration of YouTube videos in a native WebView, providing a smooth playback experience. Ideal for multimedia applications.

youtube_web_player

Flutter Samples License: MIT


youtube_web_player #

A Flutter package for seamless integration of YouTube videos in a native WebView, providing a smooth playback experience. Ideal for multimedia applications.

Getting Started #

To use this package, add it to your pubspec.yaml:

dependencies:
  youtube_web_player: ^0.1.1

or #

flutter pub add youtube_web_player

Using the player #

YoutubeWebPlayer(videoId: 'NsJLhRGPv-M')

Full screen mode

YoutubeWebPlayer(
    videoId: 'NsJLhRGPv-M',
    isIframeAllowFullscreen: true,
    isAllowsInlineMediaPlayback: false,
)

Examples #

13
likes
0
points
102
downloads

Publisher

verified publisherrony.fun

Weekly Downloads

A Flutter package for seamless integration of YouTube videos in a native WebView, providing a smooth playback experience. Ideal for multimedia applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_inappwebview

More

Packages that depend on youtube_web_player