From c9bdde2227e2138ca44bf8c6e1c66a6fb52e9117 Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 27 Feb 2019 14:45:25 -0800 Subject: [PATCH] Add missing dependencies (#25) --- pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 5f2e977..e8b7bca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,8 +5,10 @@ name: "json_api" version: "0.1.0" dependencies: http: "^0.12.0" + collection: "^1.14.11" dev_dependencies: json_matcher: "^0.2.2" test: "^1.3.0" + stream_channel: "^1.6.8" environment: sdk: ">=2.0.0 <3.0.0"