摘要: AnimaterSwithcer 官网 https://book.flutterchina.club/chapter9/animated_switcher.html 其他 https://www.jianshu.com/p/4c5bf7c5e207 Stepper Flutter 70: 图解自定义 阅读全文
posted @ 2020-08-08 17:03 sundaysandroid 阅读(141) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/b307a377c5e8 前言 Google推出flutter这样一个新的高性能跨平台(Android,ios)快速开发框架之后,被业界许多开发者所关注。我在接触了flutter之后发现这个确实是一个好东西,好东西当然要和大家分享,对吧。 今天要跟 阅读全文
posted @ 2020-08-08 12:09 sundaysandroid 阅读(2363) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/huangxiaoguo1/article/details/85603172 效果 下拉刷新 如果实现下拉刷新,必须借助RefreshIndicator,在listview外面包裹一层RefreshIndicator,然后在RefreshIndicator 阅读全文
posted @ 2020-08-06 17:36 sundaysandroid 阅读(607) 评论(0) 推荐(0)
摘要: 根据json生成dart和g.dart flutter中文网地址 https://book.flutterchina.club/chapter11/json_model.html https://caijinglong.github.io/json2dart/index.html 这个网站可以自动将 阅读全文
posted @ 2020-08-06 14:13 sundaysandroid 阅读(6709) 评论(0) 推荐(0)
摘要: Git本地服务器搭建及使用 https://blog.csdn.net/pansaky/article/details/80885388 sundaywift https://www.cnblogs.com/sundaysme/p/10901249.html Git是一款免费、开源的分布式版本控制系 阅读全文
posted @ 2020-08-05 17:53 sundaysandroid 阅读(166) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/iotjin/article/details/105629266 MacOS Catalina 10.15.4 ,flutter的命令失效, 提示 zsh: command not found: flutter 据官方说,从 macOS Catalina 阅读全文
posted @ 2020-08-05 17:28 sundaysandroid 阅读(3094) 评论(0) 推荐(0)
摘要: 第一步: 卸载Android Studio应用及相关配置 在终端中输入: rm -Rf /Applications/Android\ Studio.app rm -Rf ~/Library/Preferences/AndroidStudio* rm ~/Library/Preferences/com 阅读全文
posted @ 2020-08-05 12:26 sundaysandroid 阅读(2368) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/lf0814/article/details/79217937 2018年01月31日 15:39:17 CristianoLi` 阅读数:3504 蓝牙&WiFi 蓝牙:安卓平台提供对蓝牙的通讯栈的支持,允许设别和其他的设备进行无线传输数据。应用程序层通 阅读全文
posted @ 2019-05-23 21:55 sundaysandroid 阅读(1535) 评论(0) 推荐(0)