youtube_api 0.9.6 copy "youtube_api: ^0.9.6" to clipboard
youtube_api: ^0.9.6 copied to clipboard

outdated

YouTubeAPI is a plugin which directly interacts with YouTube server. Supports Searching video and playlist.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add youtube_api

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

dependencies:
  youtube_api: ^0.9.6

Alternatively, 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_api/youtube_api.dart';
83
likes
0
pub points
89%
popularity

Publisher

verified publishernstack.in

YouTubeAPI is a plugin which directly interacts with YouTube server. Supports Searching video and playlist.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, http

More

Packages that depend on youtube_api