forked from zino-hofmann/graphql-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (31 loc) · 781 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (31 loc) · 781 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
29
30
31
32
33
34
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: 5.1.2-beta.4
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
dependencies:
meta: ^1.3.0
path: ^1.8.0
gql: ^0.13.0
gql_exec: ^0.4.0
gql_link: ^0.4.2
gql_http_link: ^0.4.2
gql_transform_link: ^0.2.0
gql_error_link: ^0.2.0
gql_dedupe_link: ^2.0.0
hive: ^2.1.0
normalize: ^0.6.0
http: ^0.13.0
collection: ^1.15.0
web_socket_channel: ^2.0.0
stream_channel: ^2.1.0
rxdart: ^0.27.1
uuid: ^3.0.1
dev_dependencies:
async: ^2.5.0
mockito: ^5.0.0
test: ^1.16.0
coverage: ^1.0.3
http_parser: ^4.0.0
lints: ^1.0.1
environment:
sdk: '>=2.12.0 <3.0.0'