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 180465c commit 61ad48aCopy full SHA for 61ad48a
pkgs/json_rpc_2/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 3.0.0-dev
+## 3.0.0
2
3
* Migrate to null safety.
4
* Accept responses even if the server converts the ID to a String.
pkgs/json_rpc_2/pubspec.yaml
@@ -1,5 +1,5 @@
name: json_rpc_2
-version: 3.0.0-dev
+version: 3.0.0
description: >-
Utilities to write a client or server using the JSON-RPC 2.0 spec.
5
homepage: https://github.com/dart-lang/json_rpc_2
@@ -9,7 +9,7 @@ environment:
9
10
dependencies:
11
stack_trace: ^1.10.0
12
- stream_channel: ">=1.1.0 <3.0.0"
+ stream_channel: ^2.1.0
13
14
dev_dependencies:
15
pedantic: ^1.11.0
0 commit comments