youtube_video_validator 1.1.0 copy "youtube_video_validator: ^1.1.0" to clipboard
youtube_video_validator: ^1.1.0 copied to clipboard

A simple dart class for validate Video URL and ID on Youtube

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add youtube_video_validator

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

dependencies:
  youtube_video_validator: ^1.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:youtube_video_validator/youtube_video_validator.dart';
14
likes
40
pub points
40%
popularity

Publisher

verified publishercodigofonte.com.br

A simple dart class for validate Video URL and ID on Youtube

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on youtube_video_validator