video_provider 1.2.3+2 copy "video_provider: ^1.2.3+2" to clipboard
video_provider: ^1.2.3+2 copied to clipboard

This library enables you to extract mp4 videos from various video providers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add video_provider

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

dependencies:
  video_provider: ^1.2.3+2

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:video_provider/video_provider.dart';
1
likes
40
pub points
37%
popularity

Publisher

unverified uploader

This library enables you to extract mp4 videos from various video providers.

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

http

More

Packages that depend on video_provider