download_notification

Creator: coderz1093

Last updated:

0 purchases

download_notification Image
download_notification Images

Languages

Categories

Add to Cart

Description:

download notification

#✨DOWNLOAD_NOTIFICATION ✨
Awesome Library For Notification Download Any Platform #



library that allows you to send notifications when the download process is complete on all platforms (possible)
This library is taken from several other code sources on pub.dev
Installation #
Easy To Use
instal this library
download_notification: ^latest
copied to clipboard

INITIAL LIBRARY NOTIFICATION ON YOUR MAIN

void main() {
NotificationUtils().configuration();
runApp( MyApp());
}
copied to clipboard
var url4 =
"https://go.microsoft.com/fwlink/?LinkID=521962";
var savedDir = "";
void downloadTask()async{
await DownloadManager().addDownload(
url4,
"$savedDir/sampledata.xlsx",
"APP NAME",
"BODY NAME");
}
copied to clipboard
License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.