上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: 添加此辅助方法: Widget buildTestableWidget(Widget widget) { return MediaQuery(data: MediaQueryData(), child: MaterialApp(home: widget)); } 然后你可以在你的测试中使用: awa 阅读全文
posted @ 2020-03-27 13:08 sundayswift 阅读(348) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/63aca25a463c https://www.cnblogs.com/loaderman/p/11350306.html Flutter 搜索界面的实现,SearchDelegate的使用 1.使用系统的搜索界面 在之前的学习中自己实现了了一个 阅读全文
posted @ 2020-03-27 12:20 sundayswift 阅读(2706) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/ITxiaodong/article/details/105029358 文章目录 裁剪布局 ClipRect ClipRRect ClipOval ClipPath 及 CustomClipper 参考: Flutter 裁剪类组件 最全总结 5.7 剪 阅读全文
posted @ 2020-03-27 10:04 sundayswift 阅读(5070) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ckAng/p/12017690.html https://www.cnblogs.com/android-deli/p/10364703.html 阅读全文
posted @ 2020-03-26 17:31 sundayswift 阅读(602) 评论(0) 推荐(0) 编辑
摘要: https://pub.flutter-io.cn/packages/flutter_facebook_login 阅读全文
posted @ 2020-03-26 15:29 sundayswift 阅读(407) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000018806329 请看原文更详细:http://tryenough.com/flutter-plugin-share 这个活生生的例子会教你开发flutter插件,功能是封装Android和iOS端的分享到facebook和twi 阅读全文
posted @ 2020-03-26 15:20 sundayswift 阅读(835) 评论(0) 推荐(0) 编辑
摘要: 在公司把cocoapods升级到1.8.3版本之后,开始出现了问题,pod install和pod search都失效。 执行pod install 之后,会一直卡在 Analyzing dependencies 然后更新到cocoapods1.8.4, 问题依然存在。 超时之后,会提示下面的错误 阅读全文
posted @ 2020-03-26 14:48 sundayswift 阅读(6348) 评论(0) 推荐(1) 编辑
摘要: Windows环境搭建flutter https://blog.csdn.net/ytfunnysite/article/details/81070066 克隆项目 git clone https://github.com/flutter/flutter.git配置变量,使用中国镜像 进入当前用户的 阅读全文
posted @ 2020-03-26 14:13 sundayswift 阅读(2955) 评论(0) 推荐(0) 编辑
摘要: Flutter 中使用 video_player 播放视频 http://www.ptbird.cn/flutter-video.html Flutter:基于video_player实现视频相关手势控制、全屏播放 https://www.lizenghai.com/archives/42928.h 阅读全文
posted @ 2020-03-25 12:53 sundayswift 阅读(5408) 评论(0) 推荐(0) 编辑
摘要: Flutter 自定义插件 https://www.jianshu.com/p/e1f967ee9fcb Flutter笔记-自定义控件 https://www.jianshu.com/p/7c205fdf756a 阅读全文
posted @ 2020-03-25 01:26 sundayswift 阅读(757) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页