famedlysdk/pubspec.yaml

30 lines
646 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
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
2019-06-09 10:16:48 +00:00
dev_dependencies:
2019-10-04 09:44:32 +00:00
test: ^1.0.0
build_runner: ^1.5.2
pedantic: ^1.9.0 # DO NOT UPDATE AS THIS WOULD CAUSE FLUTTER TO FAIL