Skip to content

Commit 914f1fe

Browse files
committed
Merge branch 'master' into prod
2 parents 9e15ffa + 8f68de6 commit 914f1fe

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4848
Note: 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
6161
The 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-
![](images/chrome_permissions.png)
96+
![](https://raw.githubusercontent.com/cybex-dev/js_notifications/refs/heads/master/images/chrome_permissions.png)
9797

9898
### Creating a notification
9999
```dart

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: js_notifications
22
description: "An extended NotificationsAPI for Dart Web notifications."
3-
version: 0.0.3
3+
version: 0.0.3+1
44
homepage: https://github.com/cybex-dev/js_notifications
55

66
environment:

0 commit comments

Comments
 (0)