01 2019 档案

摘要:有很多 flutter library 中有两种导入方式 with dup: dup get 这种导入方式是需要依赖于 Dart SDK 下载 Dart SDK 地址:http://www.gekorm.com/dart-windows/ 安装完成之后 配置 dart 安装路径 bin 到环境变量 阅读全文
posted @ 2019-01-30 16:40 ytymz 阅读(140) 评论(0) 推荐(0) 编辑
摘要:参看 FlutterToast 开源库 https://github.com/PonnamKarthik/FlutterToast 阅读全文
posted @ 2019-01-25 14:55 ytymz 阅读(520) 评论(0) 推荐(0) 编辑
摘要:1,查看最新 http 版本 https://pub.dartlang.org/packages/http#-installing-tab- 1. Depend on it 在项目中找到 pubspec.yaml 2. 安装支持库 或者试用命令安装: 3. 导入 http 阅读全文
posted @ 2019-01-24 17:47 ytymz 阅读(5617) 评论(1) 推荐(2) 编辑
摘要:1、资源依赖: https://open.weixin.qq.com/cgi-bin/showdocument?action=doc&id=open1419319167&t=0.6134379401934732 2、参看官方使用手册 https://open.weixin.qq.com/cgi-bi 阅读全文
posted @ 2019-01-18 10:42 ytymz 阅读(1392) 评论(0) 推荐(0) 编辑
摘要:查看分支 git branch -a (查看 [本地] 及 [远程] 分支) git branch (查看 [本地]) 拉取远程 git fetch origin develop 拉取远程 develop 分支 切换分支 git checkout master 切换到 master 分支 阅读全文
posted @ 2019-01-16 12:12 ytymz 阅读(223) 评论(0) 推荐(0) 编辑