famedlysdk/pubspec.yaml

28 lines
525 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:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
http: ^0.12.0+2
2019-09-09 13:22:02 +00:00
mime_type: ^0.2.4
2019-10-02 12:40:16 +00:00
#intl: ^0.16.0
2019-06-09 10:16:48 +00:00
json_annotation: ^2.4.0
2019-06-09 10:16:48 +00:00
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.5.2
json_serializable: ^3.0.0
pedantic: ^1.5.0 # DO NOT UPDATE AS THIS WOULD CAUSE FLUTTER TO FAIL
2019-10-02 11:33:01 +00:00
flutter: