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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add youtube_metadata
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  youtube_metadata: ^1.0.1
copied to clipboard

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_metadata/youtube_metadata.dart';
copied to clipboard
24
likes
130
points
139
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.05 - 2025.04.19

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, html, http

More

Packages that depend on youtube_metadata