-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpubspec.yaml
More file actions
46 lines (43 loc) · 1.06 KB
/
pubspec.yaml
File metadata and controls
46 lines (43 loc) · 1.06 KB
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: 6.2.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
html: ^0.15.0
html_unescape: ^2.0.0
http: ">=0.13.0 <2.0.0"
image: ^4.0.15
markdown: ^7.1.1
meta: ^1.17.0
mime: ">=1.0.0 <3.0.0"
path: ^1.9.1
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
vodozemac: ^0.5.0
web: ^1.1.1
webrtc_interface: ^1.2.0
dev_dependencies:
build_runner: ^2.10.3
coverage: ">=0.15.0 <2.0.0"
import_sorter: ^4.6.0
dart_code_linter: any
famedly_dart_lints:
git:
url: https://github.com/famedly/frontend-ci-templates.git
path: lints/dart
lints: any
sqflite_common_ffi: ^2.3.4+4 # sqflite_common_ffi aggressively requires newer dart versions
test: ^1.27.0