https://github.com/7span/video-url-validator-dart
Dart Plugin to validate Video URLs from Popular Video Platforms.
https://github.com/7span/video-url-validator-dart
dart dart-package pubdev
Last synced: 5 months ago
JSON representation
Dart Plugin to validate Video URLs from Popular Video Platforms.
- Host: GitHub
- URL: https://github.com/7span/video-url-validator-dart
- Owner: 7span
- License: mit
- Created: 2022-04-21T07:20:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T13:35:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T18:12:20.464Z (about 1 year ago)
- Topics: dart, dart-package, pubdev
- Language: Dart
- Homepage: https://pub.dev/packages/video_url_validator
- Size: 1 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
 
### Video URL Validator validates URLs from Popular Video Platforms
#### Platforms Supported
- Youtube
- Facebook
- Vimeo
- Dailymotion
- Wistia
## Usage
[comment]: <> ()

[comment]: <> (```dart)
[comment]: <> (var validator = VideoURLValidator();)
[comment]: <> (validator.validateYouTubeVideoURL(url: 'https://youtube.com/watch?v=23433');)
[comment]: <> (validator.validateFaceBookVideoURL(url: 'https://facebook.com/');)
[comment]: <> (validator.validateVimeoVideoURL(url: 'https://vimeo.com/12343432');)
[comment]: <> (validator.validateDailyMotionVideoURL(url: 'https://dai.ly/123234324');)
[comment]: <> (validator.validateWistiaVideoURL(url: 'https://home.wistia.com/medias/4342341231');)
[comment]: <> (```)
## Contributors
[Mukund Jogi](https://www.linkedin.com/in/mukund-a-jogi/)

[Milan Surelia](https://www.linkedin.com/in/milansurelia/)

[Parth Panchal](https://www.linkedin.com/in/parthpanchal8401/)

## Having Issues
File the Issue [here](https://github.com/7span/video-url-validator-dart/issues)
## Looking to contribute to this package:
**🤘🏻 Great!**
Fork the [Repo](https://github.com/7span/video-url-validator-dart), Update Code, Write a meaningful Commit Message, Send a PR. That's all you need to Contribute.