Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 551 Bytes

README-ZH.md

File metadata and controls

22 lines (15 loc) · 551 Bytes

语言: English | 中文简体

json_model Pub

只用一行命令,直接将Json文件转为Dart model类。

#wbt修改说明:

  1. 修改了依赖最新版本的dependencies。
  2. 自动产生的类名命名规则遵循大驼峰

安装

dev_dependencies: 
  json_model:
    git: 
      url: "https://github.com/wbtvc/json_model.git"
  build_runner: ^1.6.0
  json_serializable: ^3.0.0