码迷,mamicode.com
首页 > 其他好文 > 详细

flutter

时间:2019-11-04 19:23:17      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:turn   sha   The   des   rto   tostring   ==   set   black   

上传头像
Future getImage() async { var image = await ImagePicker.pickImage(source: ImageSource.gallery); ItemDao.UpLoad(image).then((res){ if(res[‘resultCode‘] == ‘ok‘){ setState(() { url = res[‘fileId‘]; }); }else{ Fluttertoast.showToast( msg: res[‘codeDesc‘], backgroundColor: Color(GSYColors.toastBg), textColor: Color(GSYColors.titleBlack)); return; } }).catchError((e){ print(e.toString()); }); setState(() { if (image != null) _image = image; }); }

 

 

flutter

标签:turn   sha   The   des   rto   tostring   ==   set   black   

原文地址:https://www.cnblogs.com/xiaopenzai/p/11792629.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!