platform/packages/client/pubspec.yaml
2021-03-05 15:51:48 +08:00

27 lines
690 B
YAML

name: angel_client
version: 2.0.2
description: Support for querying Angel servers in the browser, Flutter, and command-line.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_client
environment:
sdk: ">=2.10.0 <2.12.0"
dependencies:
angel_http_exception: #^1.0.0
path: ../http_exception
collection: ^1.0.0
http: ^0.12.0
json_god: ^2.0.0-beta
#dart_json_mapper: ^1.7.0
meta: ^1.0.0
path: ^1.0.0
dev_dependencies:
angel_framework: #^2.0.0-alpha
path: ../framework
angel_model: #^1.0.0
path: ../model
async: ^2.0.0
build_runner: ^1.0.0
build_web_compilers: ^2.12.2
mock_request: ^1.0.0
pedantic: ^1.0.0
test: ^1.15.7