youtube_video_info 1.0.1 icon indicating copy to clipboard operation
youtube_video_info: ^1.0.1 copied to clipboard

This is a lightweight⚡ package to fetch video info for YouTube from the url

youtube_video_info #

flutter dart

pub.dev/youtube_video_info #

This is a lightweight⚡ package to fetch video info for YouTube from the url

To install, add to pubspec.yaml #

flutter:
  sdk: flutter
youtube_video_info: ^1.0.0

and then run flutter pub get

Import the library

import 'package:youtube_video_info/youtube.dart';

Calling the method #

YoutubeDataModel videoData = await YoutubeData.getData(link);

Example #

var title = videoData.title; // "Ed Sheeran - Bad Habits [Official Video]"
var averageRating = videoData.averageRating; // 4.13242
var durationSeconds = videoData.durationSeconds; // 167

example gif

12
likes
130
pub points
76%
popularity

Publisher

verified publisher iconbaransel.dev

This is a lightweight⚡ package to fetch video info for YouTube from the url

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

flutter, html, http

More

Packages that depend on youtube_video_info