We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106c035 commit 584b1d0Copy full SHA for 584b1d0
pubspec.yaml
@@ -1,15 +1,15 @@
1
name: graphql_client
2
-description: A starting point for Dart libraries or applications.
+description: A GraphQL client.
3
version: 0.0.1
4
-#homepage: https://www.example.com
5
-#author: thomashourlier <email@example.com>
+homepage: https://github.com/hourliert/graphql_client
+author: Thomas Hourlier <hourliert@gmail.com>
6
7
environment:
8
sdk: '>=1.20.1 <2.0.0'
9
10
dependencies:
11
http: ^0.11.3
12
+ logging: ^0.11.3
13
14
dev_dependencies:
15
test: ^0.12.0
- logging: ^0.11.3
0 commit comments