摘要: Git常用命令 1 设置用户名 \设置邮箱 $ git config --global user.name "zcwipe" //github 用户名 (用于统计attribution) $ git config --global user.email "zc_wipe@163.com” //git 阅读全文
posted @ 2019-06-05 23:35 随易来了 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1 Text Text( "Hello Flutter", maxLines: 1, overflow: TextOverflow.ellipsis, textAlign: TextAlign.left, style: TextStyle( fontSize: 12.0, color: Color. 阅读全文
posted @ 2019-06-05 19:48 随易来了 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 1 目录结构 当使用flutter create myapp 创建纯flutter项目后,会自动生成初始化代码。 需要注意一下几个文件夹 2 资源 像图片、视频、文字等这些资源文件,在 Flutter 里是可以直接引用的,不过需要对资源进行声明式说明。 在 pubspec.yaml 里进行声明 在代 阅读全文
posted @ 2019-06-05 10:13 随易来了 阅读(858) 评论(0) 推荐(0) 编辑