-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (28 loc) · 757 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
28 lines (28 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: graphql
description: A stand-alone GraphQL client for Dart, bringing all the features from
a modern GraphQL client to one easy to use package.
version: 3.0.2
authors:
- Eus Dima <eus@zinoapp.com>
- Zino Hofmann <zino@zinoapp.com>
- Michael Joseph Rosenthal <rosenthalm93@gmail.com>
- TruongSinh Tran-Nguyen <i@truongsinh.pro>
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
dependencies:
meta: ^1.1.6
http: ^0.12.0+4
mime: ^0.9.6+2
path: ^1.6.2
http_parser: ^3.1.3
uuid_enhanced: ^3.0.2
gql: ^0.12.0
rxdart: ^0.23.1
websocket: ^0.0.5
quiver: '>=2.0.0 <3.0.0'
dev_dependencies:
pedantic: ^1.8.0+1
mockito: ^4.0.0
test: ^1.5.3
test_coverage: ^0.3.0+1
environment:
sdk: '>=2.6.0 <3.0.0'