video_info_plus 1.0.2 copy "video_info_plus: ^1.0.2" to clipboard
video_info_plus: ^1.0.2 copied to clipboard

A Dart plugin that provides functionality to extract video IDs from YouTube URLs and retrieve thumbnail images.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add video_info_plus

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

dependencies:
  video_info_plus: ^1.0.2

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:video_info_plus/video_info_plus.dart';
1
likes
160
points
48
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A Dart plugin that provides functionality to extract video IDs from YouTube URLs and retrieve thumbnail images.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on video_info_plus