youtube_show 0.0.3 copy "youtube_show: ^0.0.3" to clipboard
youtube_show: ^0.0.3 copied to clipboard

Youtube Show is a Flutter package that embeds a YouTube player using WebView. It supports autoplay, mute, looping, fullscreen, and video controls. Easily integrate and control YouTube videos in your F [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add youtube_show

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

dependencies:
  youtube_show: ^0.0.3

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_show/youtube_show.dart';
1
likes
120
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Youtube Show is a Flutter package that embeds a YouTube player using WebView. It supports autoplay, mute, looping, fullscreen, and video controls. Easily integrate and control YouTube videos in your Flutter app across Android, iOS, and Web without platform-specific setup.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path, youtube_player_iframe

More

Packages that depend on youtube_show