diff --git a/cyberwow/pubspec.lock b/cyberwow/pubspec.lock index a251e76..c1aa87d 100644 --- a/cyberwow/pubspec.lock +++ b/cyberwow/pubspec.lock @@ -46,6 +46,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.0+2" + http_parser: + dependency: transitive + description: + name: http_parser + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.3" matcher: dependency: transitive description: diff --git a/cyberwow/pubspec.yaml b/cyberwow/pubspec.yaml index 8710c6a..cdd6235 100644 --- a/cyberwow/pubspec.yaml +++ b/cyberwow/pubspec.yaml @@ -24,6 +24,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.2 path_provider: ^1.1.0 + http: ^0.12.0 dev_dependencies: flutter_test: