From: Kevin Worth Date: Sun, 3 May 2020 02:44:46 +0000 (-0400) Subject: Add http library version 0.12.1 to pubspec.yaml X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=5a1d3d9c2600ab5d090897e7fc34a2e5c2dcee70 Add http library version 0.12.1 to pubspec.yaml --- 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.