diff --git a/lib/services/spotify.dart b/lib/services/spotify.dart
new file mode 100644
index 0000000000000000000000000000000000000000..596aedaf4eead0125547fb5ba4c55d6ccf058fc4
--- /dev/null
+++ b/lib/services/spotify.dart
@@ -0,0 +1,4 @@
+import 'package:flutter/material.dart';
+import 'package:http/http.dart' as http;
+
+class Spotify {}
diff --git a/pubspec.lock b/pubspec.lock
index d49e48e1cc0ed900d1eacba2df5e26b5f0ab6198..7f66c520a3bc408778d3157a0abedf20cd9d77b0 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -74,6 +74,20 @@ packages:
       url: "https://pub.dartlang.org"
     source: hosted
     version: "5.0.6"
+  http:
+    dependency: "direct main"
+    description:
+      name: http
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "0.13.5"
+  http_parser:
+    dependency: transitive
+    description:
+      name: http_parser
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "4.0.2"
   lints:
     dependency: transitive
     description:
@@ -156,6 +170,13 @@ packages:
       url: "https://pub.dartlang.org"
     source: hosted
     version: "0.4.12"
+  typed_data:
+    dependency: transitive
+    description:
+      name: typed_data
+      url: "https://pub.dartlang.org"
+    source: hosted
+    version: "1.3.1"
   vector_math:
     dependency: transitive
     description:
diff --git a/pubspec.yaml b/pubspec.yaml
index 56710106541dc7ef414c670b212bd7ec75875c94..8fdadc16aa3fa05036ebe976f28b5135698996b4 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -37,6 +37,7 @@ dependencies:
   # Use with the CupertinoIcons class for iOS style icons.
   cupertino_icons: ^1.0.2
   google_nav_bar: ^5.0.6
+  http: ^0.13.5
 
 dev_dependencies:
   flutter_test: