Skip to content

Releases: anurag1004/flashfetch

FlashFetchV2

29 Mar 20:46
f66b5a8
Compare
Choose a tag to compare

Changelog

[v2.0.0] - 2024-03-30

Added

  • Mechanism for handling downloading events (progress, error, complete, exit)

FlashFetchV1

18 Mar 17:46
d39f3c8
Compare
Choose a tag to compare

Changelog

[v1.0.0] - 2024-03-18

Added

  • Initial release of the FlashFetch package.
  • Core functionality for concurrent file downloading.
  • Support for multi-part downloading.
  • Non-blocking download operations.
  • Download queue management with the ability to add, pause, resume, and cancel tasks.
  • DownloadManager class for managing download tasks.
  • FetchFlash utility class for obtaining an instance of the DownloadManager.
  • Task class representing a download task.
  • DownloadQueueManager class for managing the download queue.