downloader/t_downloader library
Classes
- FileDownloader
- Main class that provides a platform-agnostic API for downloading files
- FileDownloaderInterface
- Interface for file downloader implementations
Typedefs
- CompletedCallback = void Function(String filePath)
- Callback when download is completed
- ErrorCallback = void Function(String error)
- Callback when an error occurs during download
- ProgressCallback = void Function(int receivedBytes, int totalBytes)
- Callback to track download progress