Skip to content

Commit 2ccd1c1

Browse files
committed
fix: js_notifications dependency reference
1 parent f49941e commit 2ccd1c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ dependencies:
1414
sdk: flutter
1515
web: ^1.1.0
1616
plugin_platform_interface: ^2.0.2
17-
js_notifications:
18-
path: ../js_notifications
17+
js_notifications: ^0.0.3+3
18+
# js_notifications:
19+
# path: ../js_notifications
1920
simple_print: ^0.0.1+2
2021

2122
dev_dependencies:

0 commit comments

Comments
 (0)