forked from zino-hofmann/graphql-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
41 lines (37 loc) · 864 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
36
37
38
39
40
41
name: graphql_flutter
description: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
version: 5.1.1-beta.3
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter
publish_to: none
dependencies:
graphql:
git:
url: https://github.com/Touchwonders/graphql-flutter.git
path: packages/graphql
ref: db286a6
gql_exec: ^0.4.0
flutter:
sdk: flutter
meta: ^1.3.0
path_provider: ^2.0.1
path: ^1.8.0
connectivity_plus: ^2.0.3
hive: ^2.0.0
plugin_platform_interface: ^2.0.0
flutter_hooks: ^0.18.2
dev_dependencies:
pedantic: ^1.11.0
mockito: ^5.0.0
flutter_test:
sdk: flutter
http: ^0.13.0
test: ^1.17.12
environment:
sdk: '>=2.12.0 <3.0.0'
platforms:
android:
ios:
linux:
macos:
web:
windows: