halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

Add an example that demonstrates how to send toast notifications #158

Closed raymon-io closed 1 year ago

raymon-io commented 1 year ago

Is there any working example of showing a toast notification using the winrt api? Folder Source

I guess I will have to first create a notification data using function such as createNotificationDataWithValues() Source

And then create the notification using createToastNotification() function. Source