File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.0.1-wip
2
+
3
+ - Remove unnecessary ` dependency_overrides ` .
4
+
1
5
## 3.0.0
2
6
3
7
- Provide an adapter around ` package:web_socket ` ` WebSocket ` s and make it the
Original file line number Diff line number Diff line change 1
1
name : web_socket_channel
2
- version : 3.0.0
2
+ version : 3.0.1-wip
3
3
description : >-
4
4
StreamChannel wrappers for WebSockets. Provides a cross-platform
5
5
WebSocketChannel API, a cross-platform implementation of that API that
@@ -18,15 +18,4 @@ dependencies:
18
18
19
19
dev_dependencies :
20
20
dart_flutter_team_lints : ^2.0.0
21
- shelf_web_socket : any
22
- test : ^1.16.0
23
-
24
- # Remove this when versions of `package:test` and `shelf_web_socket` that support
25
- # channel_web_socket 3.0 are released.
26
- dependency_overrides :
27
- shelf_web_socket :
28
- git :
29
- ref : master
30
- url : https://github.com/dart-lang/shelf.git
31
- path : pkgs/shelf_web_socket
32
- test : 1.25.2
21
+ test : ^1.25.2
You can’t perform that action at this time.
0 commit comments