famedlysdk/pubspec.yaml

24 lines
551 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.0+2
2019-09-09 13:22:02 +00:00
mime_type: ^0.2.4
2020-02-04 17:01:53 +00:00
canonical_json: ^1.0.0
olm:
git:
url: https://gitlab.com/famedly/libraries/dart-olm.git
2020-03-02 08:28:59 +00:00
ref: bbc7ce10a52be5d5c10d2eb6c3591aade71356e2
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.5.0 # DO NOT UPDATE AS THIS WOULD CAUSE FLUTTER TO FAIL