会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Ajanuw
做自己的King
博客园
首页
管理
上一页
1
···
21
22
23
24
25
26
27
28
29
···
40
下一页
2019年7月28日
Flutter: 矩形边框
摘要: Center( child: Material( shape: const BeveledRectangleBorder( borderRadius: BorderRadius.all(Radius.circular(40)), side: BorderSide(color: Colors.blac
阅读全文
posted @ 2019-07-28 09:19 Ajanuw
阅读(73)
评论(0)
推荐(0)
编辑
Flutter: IntrinsicWidth类,将孩子的宽度调整为孩子的最大内在宽度
摘要: "文档" "原文"
阅读全文
posted @ 2019-07-28 09:04 Ajanuw
阅读(403)
评论(0)
推荐(0)
编辑
2019年7月17日
Flutter: 粘贴板
摘要: "文档"
阅读全文
posted @ 2019-07-17 21:26 Ajanuw
阅读(549)
评论(0)
推荐(1)
编辑
2019年7月12日
Flutter 可选择的Text
摘要: ``` Column( mainAxisAlignment: MainAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.center, children: [ TextField( controller: TextEdi...
阅读全文
posted @ 2019-07-12 22:33 Ajanuw
阅读(521)
评论(0)
推荐(0)
编辑
Flutter: 获取本地json数据
摘要: ``` FutureBuilder( future: DefaultAssetBundle.of(context).loadString('data/data.json'), builder: (context, snap) { .... }, ), ```
阅读全文
posted @ 2019-07-12 14:25 Ajanuw
阅读(2600)
评论(0)
推荐(1)
编辑
2019年7月8日
Flutter: 设置简单的启动屏
摘要: "更多代码参考" 有短暂的白屏时间 配置xml "文档" 1) 添加启动图 android\app\src\main\res\drawable\bg.png 2) 修改android\app\src\main\res\drawable\launch_background.xml
阅读全文
posted @ 2019-07-08 22:40 Ajanuw
阅读(421)
评论(0)
推荐(1)
编辑
2019年7月7日
Flutter: debounce 避免高频率事件
摘要: "原文" 函数 rxdart
阅读全文
posted @ 2019-07-07 22:58 Ajanuw
阅读(1806)
评论(0)
推荐(0)
编辑
2019年7月6日
Github 获取仓库的releases API
摘要: "API 文档" example: 这将获取所有的版本 最新版本: 下载最新的包
阅读全文
posted @ 2019-07-06 16:32 Ajanuw
阅读(1946)
评论(0)
推荐(0)
编辑
2019年7月1日
Flutter: 判断是Android还是Ios
摘要: 然后使用VScode开启 开启ios就能看到ui变化
阅读全文
posted @ 2019-07-01 20:31 Ajanuw
阅读(729)
评论(0)
推荐(0)
编辑
2019年6月22日
Flutter:发布包
摘要: [package] 生成包含模块化Dart代码的可共享Flutter项目 [plugin] 生成一个可共享的Flutter项目, 在Dart代码中包含带有API的API, 针对Android的平台特定实现,对于iOS代码,或两者兼而有之。 创建包 // 创建一个文件夹 $ mkdir dir_nam
阅读全文
posted @ 2019-06-22 20:23 Ajanuw
阅读(218)
评论(0)
推荐(0)
编辑
上一页
1
···
21
22
23
24
25
26
27
28
29
···
40
下一页