-
-
Notifications
You must be signed in to change notification settings - Fork 626
/
pubspec.yaml
35 lines (32 loc) · 881 Bytes
/
pubspec.yaml
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
35
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.2.0-beta.10
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
dependencies:
meta: ^1.3.0
path: ^1.8.0
gql: ^1.0.0
gql_exec: ^1.0.0
gql_link: ^1.0.0
gql_http_link: ^1.0.0
gql_transform_link: ^1.0.0
gql_error_link: ^1.0.0
gql_dedupe_link: ^2.0.3
hive: ^2.1.0
normalize: '>=0.8.2 <0.10.0'
http: ^1.0.0
collection: ^1.15.0
web_socket_channel: '>=3.0.1 <4.0.0'
stream_channel: ^2.1.0
rxdart: '>=0.27.1 <0.29.0'
uuid: ^4.0.0
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: '>=3.0.0 <4.0.0'