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 d5acd69 commit 8c64cb6Copy full SHA for 8c64cb6
pkgs/sse/CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## 4.1.7-wip
2
+
3
## 4.1.6
4
5
- Require package `web: '>=0.5.0 <2.0.0'`.
pkgs/sse/pubspec.yaml
@@ -1,5 +1,5 @@
name: sse
-version: 4.1.6
+version: 4.1.7-wip
description: >-
Provides client and server functionality for setting up bi-directional
communication through Server Sent Events (SSE) and corresponding POST
@@ -19,7 +19,7 @@ dependencies:
19
web: '>=0.5.0 <2.0.0'
20
21
dev_dependencies:
22
- dart_flutter_team_lints: ^2.0.0
+ dart_flutter_team_lints: ^3.0.0
23
shelf_static: ^1.0.0
24
- test: ^1.5.3
+ test: ^1.16.6
25
webdriver: ^3.0.0
0 commit comments