-
Notifications
You must be signed in to change notification settings - Fork 36
/
pubspec.yaml
46 lines (43 loc) · 1.03 KB
/
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
42
43
44
45
46
name: matrix
description: Matrix Dart SDK
version: 0.35.0
homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
async: ^2.8.0
base58check: ^2.0.0
blurhash_dart: ^1.1.0
canonical_json: ^1.1.0
collection: ^1.15.0
crypto: ^3.0.0
enhanced_enum: ^0.2.4
ffi: ^2.0.0
hive: ^2.2.3
html: ^0.15.0
html_unescape: ^2.0.0
http: ">=0.13.0 <2.0.0"
image: ^4.0.15
js: ^0.6.3
markdown: ^7.1.1
mime: ">=1.0.0 <3.0.0"
olm: ^2.0.2
random_string: ^2.3.1
sdp_transform: ^0.3.2
slugify: ^2.0.0
sqflite_common: ^2.4.5
sqlite3: ^2.1.0
typed_data: ^1.3.2
webrtc_interface: ^1.2.0
dev_dependencies:
build_runner: ^2.4.13
coverage: ">=0.15.0 <2.0.0"
enhanced_enum_generator: ^0.2.4
file: ">=6.1.1 <8.0.0"
import_sorter: ^4.6.0
lints: ^5.0.0
path: ^1.9.0
sqflite_common_ffi: ^2.3.2+1 # sqflite_common_ffi aggressively requires newer dart versions
test: ^1.15.7