File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 10
10
- 兼容YYModel / MJExtension / HandyJSON解析
11
11
- 兼容服务端返回“id”字段
12
12
- 类驼峰命名
13
+ - Flutter Model解析兼容了服务端返回string/int/double时数据类型混用的情况
14
+
13
15
14
16
- Support OC / Swift / Dart
15
17
- Supports one-click generation of model files through URL links or json strings
19
21
- Compatible with YYModel / MJExtension analysis
20
22
- Compatible server returns "id" field
21
23
- Supports hump naming
24
+ - Flutter model parsing is compatible with mixed data types when the server returns string / int / double
22
25
23
26
###### 生成Flutter Dart Model
24
27
@@ -189,3 +192,6 @@ const SKEncryptString * const _3908173925 = &(SKEncryptString){
189
192
190
193
Tip:本工具仅用到简单的XOR加密算法,开发者可自行下载项目进行加密算法修改,另外也可直接下载项目里的dmg文件进行安装使用。
191
194
195
+ - 简书地址:[ https://www.jianshu.com/p/a2ee31a04252 ] ( https://www.jianshu.com/p/a2ee31a04252 )
196
+
197
+
You can’t perform that action at this time.
0 commit comments