File tree 2 files changed +21
-3
lines changed
2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.3+2
2
+
3
+ * Updated docs
4
+ *
5
+ * ## 0.0.3+1
6
+
7
+ * Updated docs
8
+
9
+ ## 0.0.3
10
+
11
+ * Added notification accessors and notification getters (via caching)
12
+ * Fixed notification on tap stream not triggering
13
+
14
+ ## 0.0.2
15
+
16
+ * Added notification tap stream
17
+ * Added factory constructors, helpers for ` JSNotification ` , ` JSNotificationOptions ` and ` JSNotificationAction `
18
+
1
19
## 0.0.1
2
20
3
- * TODO: Describe initial release.
21
+ * Initial release
Original file line number Diff line number Diff line change 1
1
name : js_notifications
2
2
description : " An extended NotificationsAPI for Dart Web notifications."
3
- version : 0.0.3+1
3
+ version : 0.0.3+2
4
4
homepage : https://github.com/cybex-dev/js_notifications
5
5
6
6
environment :
@@ -15,7 +15,7 @@ dependencies:
15
15
web : ^0.5.1
16
16
plugin_platform_interface : ^2.0.2
17
17
uuid : ^4.5.1
18
- simple_print : 0.0.1+2
18
+ simple_print : ^ 0.0.1+2
19
19
20
20
dev_dependencies :
21
21
flutter_test :
You can’t perform that action at this time.
0 commit comments