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

This is a small package to validate the youtube video link and playlist link and we can also check the availability of video or playlist.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add youtube_validator

With Flutter:

 $ flutter pub add youtube_validator

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

dependencies:
  youtube_validator: ^1.0.2

Alternatively, your editor might support dart pub get or 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_validator/youtube_validator.dart';
4
likes
150
points
23
downloads
screenshot

Publisher

verified publisher24-converter.com

Weekly Downloads

This is a small package to validate the youtube video link and playlist link and we can also check the availability of video or playlist.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on youtube_validator