入坑记 选择入坑flutter,参考Flutter中文网 安装Flutter 配置环境变量$HOME/.bash_profile,flutter为中国区提供了镜像,避免开发者无法访问 export PUB_HOSTED_…
分类:flutter
AE中英对照表
一、 File 文件 New 新建 Open project 打开项目 Open Recent project最近打开文件 Browse in MiniBridge 在Mini Bridge中浏览 Close All 关…
The getter 'data' was called on null , Receiver: null, Tried calling
控制台报错如下: ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ …
flutter解析json数组
直接上代码: List responseJson = json.decode(response); List<CardBean> cardbeanList = responseJson.map((m) =&g…