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:
|
2020-05-06 10:13:30 +00:00
|
|
|
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
|
2019-06-21 07:41:09 +00:00
|
|
|
|
2020-02-15 07:48:41 +00:00
|
|
|
olm:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/famedly/libraries/dart-olm.git
|
2020-03-16 10:38:03 +00:00
|
|
|
ref: 1.x.y
|
|
|
|
|
|
|
|
matrix_file_e2ee:
|
|
|
|
git:
|
|
|
|
url: https://gitlab.com/famedly/libraries/matrix_file_e2ee.git
|
2020-05-04 07:33:10 +00:00
|
|
|
ref: 1.x.y
|
2020-02-15 07:48:41 +00:00
|
|
|
|
2019-06-09 10:16:48 +00:00
|
|
|
dev_dependencies:
|
2019-10-04 09:44:32 +00:00
|
|
|
test: ^1.0.0
|
2019-06-21 07:41:09 +00:00
|
|
|
build_runner: ^1.5.2
|
2020-03-30 09:08:38 +00:00
|
|
|
pedantic: ^1.9.0 # DO NOT UPDATE AS THIS WOULD CAUSE FLUTTER TO FAIL
|