From 0d616863ab6238ec991e7497ffa0d4880463a127 Mon Sep 17 00:00:00 2001 From: Alexey Karapetov Date: Wed, 27 Feb 2019 14:38:23 -0800 Subject: [PATCH] Add missing dependencies --- 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"