services/download_manager/download_controller
library
Classes
-
DownloadController
-
Production-ready enterprise Download Controller using GetX.
Manages parallel download limits, queue scheduling, isolate communication,
ETA calculations, storage persistence, and task recovery after app kills.
-
FlyToDownloadIcon
-
Functions
-
downloadCallback(String id, int status, int progress)
→ void
-
Top-level background callback registered with flutter_downloader.
Defined as top-level function to ensure clean native AOT/VM registration.