Skip to content

Commit 66c4b84

Browse files
author
wushangkun
committed
Flutter model parsing is compatible with mixed data types when the server returns string / int / double
1 parent 15fff1e commit 66c4b84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- 兼容YYModel / MJExtension / HandyJSON解析
1111
- 兼容服务端返回“id”字段
1212
- 类驼峰命名
13+
- Flutter Model解析兼容了服务端返回string/int/double时数据类型混用的情况
14+
1315

1416
- Support OC / Swift / Dart
1517
- Supports one-click generation of model files through URL links or json strings
@@ -19,6 +21,7 @@
1921
- Compatible with YYModel / MJExtension analysis
2022
- Compatible server returns "id" field
2123
- Supports hump naming
24+
- Flutter model parsing is compatible with mixed data types when the server returns string / int / double
2225

2326
###### 生成Flutter Dart Model
2427

@@ -189,3 +192,6 @@ const SKEncryptString * const _3908173925 = &(SKEncryptString){
189192

190193
Tip:本工具仅用到简单的XOR加密算法,开发者可自行下载项目进行加密算法修改,另外也可直接下载项目里的dmg文件进行安装使用。
191194

195+
- 简书地址:[https://www.jianshu.com/p/a2ee31a04252](https://www.jianshu.com/p/a2ee31a04252)
196+
197+

0 commit comments

Comments
 (0)