Ketch icon indicating copy to clipboard operation
Ketch copied to clipboard

Refactor to represent download state using Flow

Open PrimoDev23 opened this issue 1 year ago • 0 comments

Hey, I just decided to give this a try, so feel free to apply that PR to your library. This refactoring solves some issues like memory leaks that might occur when injecting an instance of Ketch. Also I removed the DownloadManager as a state holder, since the user of the library should better take care of state handling and freeing resources.

This way the library also follows a more reactive approach. Feel free to comment on it.

PrimoDev23 avatar May 21 '24 10:05 PrimoDev23