famedlysdk/pubspec.yaml

41 lines
827 B
YAML
Raw Normal View History

2019-06-09 10:16:48 +00:00
name: famedlysdk
description: Matrix SDK for the famedly talk app written in dart.
version: 0.0.1
2019-06-09 11:57:33 +00:00
author: Zender & Kurtz GbR <p.kurtz@famedly.com>
2019-06-09 10:16:48 +00:00
homepage: https://famedly.com
environment:
2020-01-18 14:49:15 +00:00
sdk: ">=2.7.0 <3.0.0"
2019-06-09 10:16:48 +00:00
dependencies:
http: ^0.12.1
mime_type: ^0.3.0
2020-02-04 17:01:53 +00:00
canonical_json: ^1.0.0
2020-05-06 10:16:42 +00:00
image: ^2.1.4
2020-05-09 14:00:46 +00:00
markdown: ^2.1.3
html_unescape: ^1.0.1+3
2020-05-15 18:40:17 +00:00
moor: ^3.0.2
2020-05-17 13:25:42 +00:00
random_string: ^2.0.1
2020-05-23 15:04:27 +00:00
encrypt: ^4.0.1
crypto: ^2.1.4
base58check: ^1.0.1
password_hash: ^2.0.0
olm:
git:
url: https://gitlab.com/famedly/libraries/dart-olm.git
2020-05-17 18:02:28 +00:00
ref: 1.x.y
2020-03-16 10:38:03 +00:00
matrix_file_e2ee:
2020-05-17 18:02:28 +00:00
git:
url: https://gitlab.com/famedly/libraries/matrix_file_e2ee.git
ref: 1.x.y
2019-06-09 10:16:48 +00:00
dev_dependencies:
2019-10-04 09:44:32 +00:00
test: ^1.0.0
2020-05-19 09:28:13 +00:00
test_coverage: ^0.4.1
2020-05-15 18:40:17 +00:00
moor_generator: ^3.0.0
build_runner: ^1.5.2
2020-05-19 09:28:13 +00:00
pedantic: ^1.9.0
2020-05-23 15:04:27 +00:00
moor_ffi: ^0.5.0