forked from lxm_flutter/json2dart
19 lines
431 B
YAML
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 |