From 5a1d3d9c2600ab5d090897e7fc34a2e5c2dcee70 Mon Sep 17 00:00:00 2001 From: Kevin Worth Date: Sat, 2 May 2020 22:44:46 -0400 Subject: [PATCH] Add http library version 0.12.1 to pubspec.yaml --- flutterempires/pubspec.lock | 21 +++++++++++++++++++++ flutterempires/pubspec.yaml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/flutterempires/pubspec.lock b/flutterempires/pubspec.lock index b6489c5..747f4f4 100644 --- a/flutterempires/pubspec.lock +++ b/flutterempires/pubspec.lock @@ -74,6 +74,20 @@ packages: description: flutter source: sdk version: "0.0.0" + http: + dependency: "direct main" + description: + name: http + url: "https://pub.dartlang.org" + source: hosted + version: "0.12.1" + http_parser: + dependency: transitive + description: + name: http_parser + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.4" image: dependency: transitive description: @@ -102,6 +116,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.6.4" + pedantic: + dependency: transitive + description: + name: pedantic + url: "https://pub.dartlang.org" + source: hosted + version: "1.9.0" petitparser: dependency: transitive description: diff --git a/flutterempires/pubspec.yaml b/flutterempires/pubspec.yaml index 2b75b3e..fb21499 100644 --- a/flutterempires/pubspec.yaml +++ b/flutterempires/pubspec.yaml @@ -23,7 +23,7 @@ environment: dependencies: flutter: sdk: flutter - + http: 0.12.1 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. -- 2.43.0