easy_youtube 0.0.1 copy "easy_youtube: ^0.0.1" to clipboard
easy_youtube: ^0.0.1 copied to clipboard

Provides various features to handle YouTube videos easily.

Easy Youtube #

This package provides a simple and convenient solution for working with YouTube in your Flutter applications. It offers a range of functionalities to handle YouTube videos effortlessly.

How to get the API Key #

  • Enable YouTube Data API v3 into your project from GCP.
  • Create an API Key from GCP.

How to use #

How to get youtube video id

final youtube =
    Youtube(url: 'https://www.youtube.com/watch?v=YBmFxBb9U6g');

print('id: ${youtube.getVideoId()}');

How to get youtube video information

final youtube =
    Youtube(url: 'https://www.youtube.com/watch?v=YBmFxBb9U6g');

final snippet = await youtube.getSnippet(apiKey: '___xxx___');

print('snippet: $snippet');
0
likes
130
points
13
downloads

Publisher

verified publishersonub.com

Weekly Downloads

Provides various features to handle YouTube videos easily.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, youtube_parser

More

Packages that depend on easy_youtube