Skip to content

Is there any way to schedule daily notification for windows #25

@manandharsudhir

Description

@manandharsudhir
final _winNotifyPlugin = WindowsNotification(applicationId: "12569HomeHealthEducationS.YouthSummitSUMMA_zpz6421j7mtxj!summaapp");

      const String template = '''
<?xml version="1.0" encoding="utf-8"?>
  <toast launch='conversationId=9813' activationType="background">
    <visual>
        <binding template='ToastGeneric'>
            <text>Some text</text>
        </binding>
    </visual>
    <actions>
        <action content='Archive'  arguments='action:archive'/>
    </actions>
</toast>
''';

 NotificationMessage message =
        NotificationMessage.fromCustomTemplate("test1", group: "jj");
    _winNotifyPlugin.showNotificationCustomTemplate(message, template);

here is my notification I want this to be called daily at an specific time

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions