youtube_metadata 1.0.1 copy "youtube_metadata: ^1.0.1" to clipboard
youtube_metadata: ^1.0.1 copied to clipboard

A lightweight⚡ Flutter package that can fetch basic data from a youtube video url including thumbanail url

youtube_metadata #

flutter dart

pub.dev/youtube_metadata #

Hi! This is a lightweight⚡ package to fetch basic metadata for youtube video from the url

To install, add to pubspec.yaml #

flutter:
    sdk: flutter
  youtube_metadata: ^1.0.0

and then run flutter pub get

Calling the method #

MetaDataModel metaData = await YoutubeMetaData.getData(link);

example gif

24
likes
130
points
144
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight⚡ Flutter package that can fetch basic data from a youtube video url including thumbanail url

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, html, http

More

Packages that depend on youtube_metadata