0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.