From 7218baca7cad35ad33ba128ebeb94e80151f901d Mon Sep 17 00:00:00 2001 From: Sanyam Dogra Date: Mon, 31 Dec 2018 00:12:27 +0530 Subject: [PATCH] Added http dependency in pubspec.yaml --- using_http_get/pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/using_http_get/pubspec.yaml b/using_http_get/pubspec.yaml index 3655e9b..036e877 100644 --- a/using_http_get/pubspec.yaml +++ b/using_http_get/pubspec.yaml @@ -4,7 +4,8 @@ description: A new Flutter project. dependencies: flutter: sdk: flutter - + http: ^0.12.0 + dev_dependencies: flutter_test: sdk: flutter