AbedElazizShe / light_compressor

A powerful and easy-to-use video compression plugin for Flutter.
MIT License
59 stars 32 forks source link

Provide a Dispose Method #31

Open QuantumStudioOfficial opened 1 year ago

QuantumStudioOfficial commented 1 year ago

Can provide a dispose method for LightCompressor? onProgressUpdated.listen is still executing after I exit the page.It seems that this listener is global, so that each listener receives it every time the video is compressed in parallel