awesome_video_downloader 0.1.0+1 copy "awesome_video_downloader: ^0.1.0+1" to clipboard
awesome_video_downloader: ^0.1.0+1 copied to clipboard

A Flutter plugin for downloading videos in various formats (HLS, DASH, MP4) with support for background downloads, progress tracking, and offline playback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add awesome_video_downloader

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

dependencies:
  awesome_video_downloader: ^0.1.0+1

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:awesome_video_downloader/awesome_video_downloader.dart';
7
likes
160
points
20
downloads

Publisher

verified publisherflutterwithakmaljon.uz

Weekly Downloads

A Flutter plugin for downloading videos in various formats (HLS, DASH, MP4) with support for background downloads, progress tracking, and offline playback.

Repository (GitHub)
View/report issues

Topics

#video #download #hls #dash #streaming

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on awesome_video_downloader

Packages that implement awesome_video_downloader