youtube_show 0.0.3
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_showThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
youtube_show: ^0.0.3Alternatively, 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';