Files
json2dart/pubspec.yaml
2019-08-19 15:49:58 +08:00

20 lines
447 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: ^3.0.0
intl: ^0.15.8
dev_dependencies:
build_runner: ^1.6.6
build_web_compilers: ^2.2.3
json_serializable: ^3.2.0