万能阴影布局,定制化你要的阴影
https://github.com/lihangleo2/ShadowLayout
自己遇到使用的大致结构如下
FrameLayout
CoordinatorLayout
AppBarLayout
CollapsingToolbarLayout
CollapsingToolbarLayout
AppBarLayout
*ViewPager
CoordinatorLayout
FrameLayout
*ViewPager 里面
FrameLayout
SmartRefreshLayout
RecyclerView
RecyclerView
SmartRefreshLayout
FrameLayout
这时候使用SmartRefreshLayout加载更多,如果有惯性滑动,列表就会持续滑动,影响体验,这时候只要在
SmartRefreshLayout.finishLoadMore()
下面追加一个
RecyclerView.stopScroll();
可以解决问题,当然你有更好的方法欢迎反馈给我~~~
flutter 和 android 之间相互通信
EventChannel:单向的持续通信,如:网络变化、传感器等。
MethodChannel:一次性通信,一般适用如方法的调用。
BasicMessageChannel:持续的双向通信。
更新中...
《Flutter完全手册》 作者:小德
https://github.com/bonreeAgent/flutter_demo/tree/master/Flutter%20%E5%AE%8C%E5%85%A8%E6%89%8B%E5%86%8C
大致了解了Flutter是个什么,编程思想。
GetWidget
https://github.com/ionicfirebaseapp/getwidget
国外widgets大全 可了解熟悉各部件
我从这下载的演示版 https://apk.center/down_dev.getflutter.appkit.html
Flutter go
https://github.com/alibaba/flutter-go
国内阿里拍卖牵头的 widgets大全 包含简介和实例代码 演示版在项目说明中也有
★330+Widget用法
http://laomengit.com/
Flutter学习指南App
https://juejin.im/post/5e39a1b8518825497467e4ec
widgets 第三方插件等
A Flutter UI Kit. 一个Flutter UI组件库。
https://github.com/flutterchina/flukit
Json处理工具
https://juejin.im/post/5e12eb566fb9a0480b415de2
json处理
https://juejin.im/post/5d1463245188255d0d2f5c81
★json2dart
https://javiercbk.github.io/json_to_dart/
gsy_github_app_flutter
https://github.com/CarGuo/gsy_github_app_flutter
Flutter 超完整的开源项目,功能丰富,适合学习和日常使用
为精美,FButton&FSwitch
https://juejin.im/post/5ea15e566fb9a03c880f6200
一个第三方Widgets库
★Flutter 图片全家桶
https://juejin.im/post/5e930d4df265da47de70f8ac
Flutter 不可错过的学习资源
https://juejin.im/post/5e8c77d3e51d4546ee76bae5
大佬收集的资料,我再收集他收集的资料。
★Flutter 开发小结 | Tips
https://juejin.im/post/5e7c5180e51d455c597fead6
踩坑实录
★【- Flutter 桌面篇 -】 FlutterUnit mac版闪亮登场
https://juejin.im/post/5eb0b52ee51d453a027735aa
https://github.com/toly1994328/FlutterUnit
桌面开发及Widgets大全
更新中...