flowder library

Classes

DownloaderCore
Class used to set/get any component from DownloaderUtils also required to actually start,stop,pause,cancel a download.
DownloaderUtils
Required for the initialization of Flowder
Flowder
Class used as a Static Handler you can call the folowwing functions.
ProgressImplementation
Class used to notify to the presentation layer the status of the download.
ProgressInterface
Class used to set/get the progress of the download

Properties

isDownloading bool
Set a global value to access the status of the download.
getter/setter pair

Typedefs

ProgressCallback = void Function(int count, int total)
Global typedef that returns a int with the current byte on download and another int with the total of bytes of the file.