yt 2.3.1 copy "yt: ^2.3.1" to clipboard
yt: ^2.3.1 copied to clipboard

Native Dart interface to multiple YouTube REST APIs including the Data and Live Streaming API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yt

With Flutter:

 $ flutter pub add yt

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

dependencies:
  yt: ^2.3.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:yt/yt.dart';
35
likes
160
points
432
downloads

Documentation

API reference

Publisher

verified publishercdavis.ca

Weekly Downloads

Native Dart interface to multiple YouTube REST APIs including the Data and Live Streaming API.

Homepage
Repository (GitHub)
View/report issues

Topics

#api #youtube #oauth2 #rest #live-streaming

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

csv, dio, fling_pickle, googleapis_auth, http, http_parser, json_annotation, loggy, retrofit, stemmer, universal_io, yaml

More

Packages that depend on yt