We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d214560 commit d5acd69Copy full SHA for d5acd69
pkgs/sse/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 4.1.6
2
+
3
+- Require package `web: '>=0.5.0 <2.0.0'`.
4
5
## 4.1.5
6
7
- Drop unneeded dependency on `package:js`.
pkgs/sse/pubspec.yaml
@@ -1,5 +1,5 @@
name: sse
-version: 4.1.5
+version: 4.1.6
description: >-
Provides client and server functionality for setting up bi-directional
communication through Server Sent Events (SSE) and corresponding POST
@@ -16,7 +16,7 @@ dependencies:
16
pool: ^1.5.0
17
shelf: ^1.1.0
18
stream_channel: ^2.0.0
19
- web: ^0.5.0
+ web: '>=0.5.0 <2.0.0'
20
21
dev_dependencies:
22
dart_flutter_team_lints: ^2.0.0
0 commit comments