flutter_windows_notification
flutter_windows_notification copied to clipboard
A library for sending notifications on Windows using Flutter
When I click on the notification I expect the onActivate event but get onDismissedTimedOut Flutter doctor windows_notification:1.2.0 [!] Flutter (Channel [user-branch], 3.22.0, on Microsoft Windows [Version 10.0.22631.3593]) ! Flutter version...
# Feature Request: Custom Notification Sounds ### Description: Currently, flutter_windows_notification's Windows toasts does not support custom notification sounds. This feature request is to add support for custom notification sounds to...
Please add support for Dart SDK, i need to send notifications from my dart service that runs on the background. Or if its not possible with this package create a...
I encountered a compilation error while building my Flutter application for Windows using the version 1.2.0. The error occurs when using the flutter_windows_notification plugin. Below are the details of the...
``` final _winNotifyPlugin = WindowsNotification(applicationId: "12569HomeHealthEducationS.YouthSummitSUMMA_zpz6421j7mtxj!summaapp"); const String template = ''' Some text '''; NotificationMessage message = NotificationMessage.fromCustomTemplate("test1", group: "jj"); _winNotifyPlugin.showNotificationCustomTemplate(message, template); ``` here is my notification I want this...
grop message not working at all even in removeNotificationGroup too
After the latest Windows Update this appears to be crashing anytime I try to present the notification. ``` OS Version: Windows 10.0.26100 (4652) Report Version: 104 Crashed Thread: 5348 Application...