Files
json2dart/pubspec.yaml
cjl_macbook ad1aa77c5f modify the pubspec
update readme
2018-08-07 21:12:15 +08:00

19 lines
431 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
dev_dependencies:
build_runner: ^0.9.0
build_web_compilers: ^0.4.0
json_serializable: ^0.5.4