摘要: const TextField({ Key key, this.controller, // 控制正在编辑文本 this.focusNode, // 获取键盘焦点 this.decoration = const InputDecoration(), // 边框装饰 TextInputType key 阅读全文
posted @ 2020-07-01 18:49 zxh91989 阅读(664) 评论(0) 推荐(0) 编辑
摘要: 官方表单网络请求示例: FormData formData = FormData.fromMap({ "name": "wendux", "age": 25, "file": await MultipartFile.fromFile("./text.txt",filename: "upload.tx 阅读全文
posted @ 2020-07-01 10:18 zxh91989 阅读(3882) 评论(0) 推荐(0) 编辑