download_notification 0.2.3
download_notification: ^0.2.3 copied to clipboard
Flutter Notification Download MultiPlatform.
#✨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
- INITIAL LIBRARY NOTIFICATION ON YOUR MAIN
void main() {
NotificationUtils().configuration();
runApp( MyApp());
}
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");
}
License #
MIT