0 purchases
youtube metadata
youtube_metadata #
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
copied to clipboard
and then run flutter pub get
Calling the method #
MetaDataModel metaData = await YoutubeMetaData.getData(link);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.