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

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: ^1.0.4

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
80
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

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, flutter, http

More

Packages that depend on youtube_api