-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
34 lines (31 loc) · 929 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
name: endaft_core
description: The core library behind the EnDaft 'shared' library. Chock full of
goodness within.
version: 0.0.4
homepage: https://endaft.dev
repository: https://github.com/endaft/endaft-core
issue_tracker: https://github.com/endaft/endaft-core/issues
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
amazon_cognito_identity_dart_2: ">=3.6.0 <4.0.0"
aws_lambda_dart_runtime: ">=1.1.0 <2.0.0"
aws_s3_api: ">=2.0.0 <3.0.0"
collection: ">=1.18.0 <2.0.0"
equatable: ">=2.0.5 <3.0.0"
http: ">=0.13.1 <2.0.0"
injector: ^3.0.0
json_annotation: ">=4.8.1 <5.0.0"
matcher: ">=0.12.16 <1.0.0"
meta: ">=1.10.0 <2.0.0"
mocktail: ^1.0.1
path: ">=1.8.0 <2.0.0"
uuid: ">=3.0.7 <5.0.0"
dev_dependencies:
analyzer: ^6.3.0
build_runner: ">=2.4.7 <3.0.0"
build_test: ">=2.2.1 <3.0.0"
coverage: ">=1.7.1 <2.0.0"
json_serializable: ">=6.7.1 <7.0.0"
lints: ^3.0.0
test: ">=1.24.9 <2.0.0"