youtube_quality_player 1.1.3
youtube_quality_player: ^1.1.3 copied to clipboard
A Flutter YouTube player package that supports multiple video qualities, multi speeds, and more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add youtube_quality_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
youtube_quality_player: ^1.1.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_quality_player/youtube_quality_player.dart';