Files
json2dart/pubspec.yaml
2018-08-08 14:17:00 +08:00

21 lines
450 B
YAML

name: json2dart_serialization
description: 一个网页版本的json转dart库
# version: 1.0.0
#homepage: https://www.example.com
#author: Caijinglong <email@example.com>
environment:
sdk: '>=2.0.0-dev.68.0 <3.0.0'
#dependencies:
# path: ^1.4.1
dependencies:
# Your other regular dependencies here
json_annotation: ^0.2.3
intl: ^0.15.7
dev_dependencies:
build_runner: ^0.9.0
build_web_compilers: ^0.4.0
json_serializable: ^0.5.4