]> git.cworth.org Git - lmno.games/commitdiff
Add http library version 0.12.1 to pubspec.yaml
authorKevin Worth <kworth082@gmail.com>
Sun, 3 May 2020 02:44:46 +0000 (22:44 -0400)
committerCarl Worth <cworth@cworth.org>
Sat, 23 May 2020 13:49:00 +0000 (06:49 -0700)
flutterempires/pubspec.lock
flutterempires/pubspec.yaml

index b6489c51eed880a897a452a136fd71bccdd8c8d1..747f4f47d9ee031eff70158e7db109fc8c769ac4 100644 (file)
@@ -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:
index 2b75b3e37dda2307674a66f5b63525e6d3fbb0e9..fb214990e4137480f658d352fc65fb481b5ec23e 100644 (file)
@@ -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.