y_player 1.0.1+1 copy "y_player: ^1.0.1+1" to clipboard
y_player: ^1.0.1+1 copied to clipboard

YPlayer is a Flutter package that provides an easy-to-use YouTube video player widget

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add y_player

With Flutter:

 $ flutter pub add y_player

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

dependencies:
  y_player: ^1.0.1+1

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

Import it

Now in your Dart code, you can use:

import 'package:y_player/y_player.dart';
12
likes
0
pub points
80%
popularity

Publisher

verified publishervexellab.com

YPlayer is a Flutter package that provides an easy-to-use YouTube video player widget

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

chewie, flutter, video_player, youtube_explode_dart

More

Packages that depend on y_player