We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada7069 commit 22899b9Copy full SHA for 22899b9
README-ZH.md
@@ -13,7 +13,7 @@ dev_dependencies:
13
json_model: #最新版本
14
```
15
16
-## Getting Started
+## 使用
17
18
1. 在工程根目录下创建一个名为 "jsons" 的目录;
19
2. 创建或拷贝Json文件到"jsons" 目录中 ;
example/README.md
@@ -0,0 +1,4 @@
1
+# Run Example
2
+
3
+1. `cd example`
4
+2. Run `flutter packages pub run json_model` (in Flutter) or `pub run json_model` (in Dart VM)
0 commit comments