Create pubspec.yaml
diff --git a/example/pubspec.yaml b/example/pubspec.yaml
new file mode 100644
index 0000000..d702f5c
--- /dev/null
+++ b/example/pubspec.yaml
@@ -0,0 +1,8 @@
+name: httpexample
+description: A sample http example.
+
+environment:
+  sdk: '>=2.0.0 <3.0.0'
+
+dependencies:
+  http: