yt 2.2.5+3 copy "yt: ^2.2.5+3" to clipboard
yt: ^2.2.5+3 copied to clipboard

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

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate yt

Use it

The package has the following executables:

$ yt

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.2.5+3

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';
29
likes
130
pub points
65%
popularity

Publisher

verified publishermuayid.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on yt