goat_yt_player_flutter 0.0.2
goat_yt_player_flutter: ^0.0.2 copied to clipboard
A customized YouTube Player for Flutter apps using WebView.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add goat_yt_player_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
goat_yt_player_flutter: ^0.0.2Alternatively, 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:goat_yt_player_flutter/goat_yt_player_flutter.dart';