youtube_player_webview 1.0.0+1 copy "youtube_player_webview: ^1.0.0+1" to clipboard
youtube_player_webview: ^1.0.0+1 copied to clipboard

Flutter plugin for playing or streaming inline YouTube videos using the official iFrame player API. This plugin supports both Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add youtube_player_webview

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  youtube_player_webview: ^1.0.0+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:youtube_player_webview/youtube_player_webview.dart';
4
likes
40
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for playing or streaming inline YouTube videos using the official iFrame player API. This plugin supports both Android and iOS.

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on youtube_player_webview