download_notification 0.2.3 copy "download_notification: ^0.2.3" to clipboard
download_notification: ^0.2.3 copied to clipboard

PlatformWindows

Flutter Notification Download MultiPlatform.

#✨DOWNLOAD_NOTIFICATION ✨

Awesome Library For Notification Download Any Platform #

Alt Text

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.flutter-io.cn

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