forked from nhost/nhost-dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
39 lines (36 loc) · 824 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
name: nhost_dart
description: Nhost Dart SDK
version: 2.0.1
homepage: https://nhost.io
repository: https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk
issue_tracker: https://github.com/nhost/nhost-dart/issues
environment:
sdk: ">=2.14.9 <4.0.0"
dependencies:
http_parser: ^4.0.1
http: ^1.1.0
logging: ^1.1.0
meta: ^1.7.0
path: ^1.8.0
#NHOST Package
nhost_sdk: ^5.1.0
nhost_storage_dart: ^2.0.1
nhost_auth_dart: ^2.0.1
nhost_functions_dart: ^2.0.1
nhost_graphql_adapter: ^4.0.1
dev_dependencies:
fake_async: ^1.3.1
graphql: ^5.1.3
lints: any
mockito: ^5.3.2
nock: ^1.2.1
otp: "3.1.3"
stack_trace: ^1.11.0
test_api: ^0.4.16
test: ^1.22.0
gql: ^1.0.0
gql_exec: ^1.0.0
nhost_gql_links: ^4.0.1
async: ^2.10.0
stream_channel: ^2.1.1
web_socket_channel: ^2.2.0