-
-
Notifications
You must be signed in to change notification settings - Fork 628
/
pubspec.yaml
41 lines (36 loc) · 878 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.2.0-beta.8
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
# just for dev work
# publish_to: 'none'
dependencies:
graphql: ^5.2.0-beta.8
gql_exec: ^1.0.0
flutter:
sdk: flutter
meta: ^1.15.0
path_provider: ^2.0.1
path: ^1.9.0
connectivity_plus: ^6.0.3
hive: ^2.0.0
plugin_platform_interface: ^2.0.0
flutter_hooks: '>=0.18.2 <0.21.0'
dev_dependencies:
pedantic: ^1.11.0
mockito: ^5.0.0
flutter_test:
sdk: flutter
http: ^1.0.0
test: ^1.17.12
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=2.11.0"
platforms:
android:
ios:
linux:
macos:
web:
windows: