hyzp_ybqx-Commit001:代码刚转换好,编译通过

This commit is contained in:
WinUser01
2021-12-09 20:24:36 +08:00
commit 8c74b14e5c
800 changed files with 66912 additions and 0 deletions
+103
View File
@@ -0,0 +1,103 @@
Map mapUserInfoRet = {
"ret": 200,
"data": {
"profile": {
"id": 2,
"username": "test",
"nickname": "",
"reg_time": 1606653977,
"avatar": "",
"mobile": null,
"email": null
}
},
"msg": ""
};
Map mapUserInfo = {
"id": 1,
"username": "dogstar",
"nickname": "",
"reg_time": 1585624262,
"avatar": "",
"mobile": "",
"sex": 0,
"email": ""
};
Map mapUserInfoText = {
"id": '用户ID',
"username": "用户名",
"nickname": "昵称",
"reg_time": "注册时间",
"avatar": "头像",
"mobile": "手机",
"email": "email",
};
Map mapUserInfoModifyable = {
"id": false,
"username": false,
"nickname": false,
"reg_time": false,
"avatar": false,
"mobile": false,
"email": false,
};
List listContacts = [
{
"id": 15,
"username": '张三',
"nickname": null,
"avatar": null,
"reg_time": 1606653977,
"mobile": '133xxxxxxxx',
"email": '1234@qq.com',
},
{
"id": 16,
"username": '李四',
"nickname": null,
"avatar": null,
"reg_time": 1606653977,
"mobile": '136xxxxxxxx',
"email": '1234@qq.com',
},
{
"id": 16,
"username": '王五',
"nickname": null,
"avatar": null,
"reg_time": 1606653977,
"mobile": '137xxxxxxxx',
"email": '1234@qq.com',
},
{
"id": 16,
"username": '朱六',
"nickname": null,
"avatar": null,
"reg_time": 1606653977,
"mobile": '139xxxxxxxx',
"email": '1234@qq.com',
},
{
"id": 16,
"username": '江七',
"nickname": null,
"avatar": null,
"reg_time": 1606653977,
"mobile": '186xxxxxxxx',
"email": '1234@qq.com',
},
{
"id": 16,
"username": '丁八',
"nickname": null,
"avatar": null,
"reg_time": 1606653977,
"mobile": '180xxxxxxxx',
"email": '1234@qq.com',
},
];
+38
View File
@@ -0,0 +1,38 @@
List listData=[
{
"title": 'Candy Shop',
"author": 'Mohamed Chahin',
"imageUrl": 'https://www.itying.com/images/flutter/1.png',
},
{
"title": 'Childhood in a picture',
"author": 'Google',
"imageUrl": 'https://www.itying.com/images/flutter/2.png',
},
{
"title": 'Alibaba Shop',
"author": 'Alibaba',
"imageUrl": 'https://www.itying.com/images/flutter/3.png',
},
{
"title": 'Candy Shop',
"author": 'Mohamed Chahin',
"imageUrl": 'https://www.itying.com/images/flutter/4.png',
},
{
"title": 'Tornado',
"author": 'Mohamed Chahin',
"imageUrl": 'https://www.itying.com/images/flutter/5.png',
},
{
"title": 'Undo',
"author": 'Mohamed Chahin',
"imageUrl": 'https://www.itying.com/images/flutter/6.png',
},
{
"title": 'white-dragon',
"author": 'Mohamed Chahin',
"imageUrl": 'https://www.itying.com/images/flutter/7.png',
}
];