Hexer10 / youtube_explode_dart

Dart library to interact with many Youtube APIs
https://pub.dev/packages/youtube_explode_dart
BSD 3-Clause "New" or "Revised" License
322 stars 141 forks source link

downloading progress feature #179

Closed mouhsineelachbi closed 2 years ago

mouhsineelachbi commented 3 years ago

is there any chance to implement a feature about the progress of downloading the video using youtube_explode_dart package

YazeedAlKhalaf commented 2 years ago

use the stream you get to calculate a progress based on the received and total bytes number.