@@ -15,15 +15,15 @@ JsNotificationsPlatform.instance.showNotification("Test Notification", tag: "tes
1515
1616### macOS
1717
18- ![ ] ( images/macos_simple_notification.png )
18+ ![ ] ( https://raw.githubusercontent.com/cybex-dev/js_notifications/refs/heads/master/ images/macos_simple_notification.png)
1919
2020### Windows
2121
22- ![ ] ( images/windows_simple_notification.png )
22+ ![ ] ( https://raw.githubusercontent.com/cybex-dev/js_notifications/refs/heads/master/ images/windows_simple_notification.png)
2323
2424### Linux
2525
26- ![ Coming soon] ( images/linux_simple_notification.png )
26+ ![ Coming soon] ( https://raw.githubusercontent.com/cybex-dev/js_notifications/refs/heads/master/ images/linux_simple_notification.png)
2727
2828### Notification with action
2929
@@ -47,15 +47,15 @@ JsNotificationsPlatform.instance.showNotification(
4747
4848Note: when hovering over the notification to display actions, the image is not displayed.
4949
50- ![ ] ( images/macos_unexpected_notification.png )
50+ ![ ] ( https://raw.githubusercontent.com/cybex-dev/js_notifications/refs/heads/master/ images/macos_unexpected_notification.png)
5151
5252### Windows
5353
54- ![ ] ( images/windows_unexpected_notification.png )
54+ ![ ] ( https://raw.githubusercontent.com/cybex-dev/js_notifications/refs/heads/master/ images/windows_unexpected_notification.png)
5555
5656### Linux
5757
58- ![ Coming soon] ( images/linux_unexpected_notification.png )
58+ ![ Coming soon] ( https://raw.githubusercontent.com/cybex-dev/js_notifications/refs/heads/master/ images/linux_unexpected_notification.png)
5959
6060## Inspiration
6161The Dart Web package is limited in showing notifications, one can only show a title, body, and icon. This package extends the NotificationsAPI to allow for more customization.
@@ -93,7 +93,7 @@ _jsNotificationsPlugin.requestPermission().then((permission) {
9393});
9494` ` `
9595
96- 
96+ 
9797
9898# ## Creating a notification
9999` ` ` dart
0 commit comments