youtube_player_native 0.0.8 copy "youtube_player_native: ^0.0.8" to clipboard
youtube_player_native: ^0.0.8 copied to clipboard

A Flutter plugin for playing YouTube videos using native WebView on iOS/Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add youtube_player_native

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

dependencies:
  youtube_player_native: ^0.0.8

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_native/youtube_player.dart';
import 'package:youtube_player_native/youtube_player_method_channel.dart';
import 'package:youtube_player_native/youtube_player_platform_interface.dart';
import 'package:youtube_player_native/youtube_player_web.dart';
1
likes
140
points
600
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for playing YouTube videos using native WebView on iOS/Android.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on youtube_player_native

Packages that implement youtube_player_native