搜索plugins
flutter plugins搜索地址
谷歌官方plugins

https://pub.dev/packages?q=http 到这个链接里面去搜索
https://github.com/flutter/plugins 官方的plugins列表

cupertino_icons Default icons asset used by Flutter's Cupertino widgets
http http请求
flutter_webview_plugin webView加载
flutter_swiper 轮播图
flutter_html 富文本加载
flutter_easyrefresh 上下拉刷新
url_launcher 打开外部app 注意需要在info.plist中设置白名单
shared_preferences 本地数据存储类似iOS中NSUserDefaults
image_picker 图片浏览
device_info 设备信息
google_maps_flutter 谷歌地图
audioplayers 音频播放
//小工具类
common_utils 包含日期,正则,倒计时,定时任务,时间轴等工具类,可以解决double失去精度的问题

shareSDK
ShareSDK-For-Flutte shareSDK flutter版本 支持各种平台的分享
极光推送
jpush-flutter-plugin 极光推送flutter版本

日历plugins
flutter_custom_calendar 支持公历,农历,节气,传统节日,常用节假日
table_calendar 日历
flutter_calendar
WFlutterDemo 侧滑删除

统计:
umeng_analytics_flutter 友盟统计
janalytics-flutter-plugin 极光统计

支付
fake_wechat //微信支付
fake_alipay //支付宝支付

最新文章

  1. Eclipse快捷键汇总
  2. google 账号登陆chrome内容是中文的问题
  3. nginx支持pathinfo并且隐藏index.php
  4. iOS开发--二维码的扫描
  5. 破解windows server 2008 的登录密码。有效的
  6. float数据在内存中是怎么存储的 AND IEEE754测试程序
  7. EXCEL处理数据小技巧
  8. TableViewCell Swipe to Delete and More Button(like mail app in iOS7 or later)
  9. PHP自动分表程序
  10. php微信开发(1):缓存access_token的方法
  11. What are Upgrade, Product and Package Codes used for? By pusu
  12. Activity的学习
  13. cf C. Cupboard and Balloons
  14. Poj 2187 Beauty Contest_旋转凸包卡壳
  15. java IO之 编码 (码表 编码 解码 转换流)
  16. Robot Framework学习笔记(六)------RIDE界面说明
  17. JS奇淫巧技:防抖函数与节流函数
  18. SAP LOGON 快捷登陆方式如何保存密码
  19. Git配置SSH Key
  20. tomcat和eclipse-wtp的一些配置

热门文章

  1. pip安装超时解决方案
  2. Matlab修改数值格式/精度/小数位数
  3. 【完美解决】vue,页面跳转样式错位但是刷新又好了的情况
  4. Matlab---三维视图的自动旋转
  5. Python:出现UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte问题
  6. marquee标签实现跑马灯效果--无缝滚动
  7. (转)为什么收到三个重复的ACK意味着发生拥塞?
  8. 第四章 Jinja2模版
  9. Rendering in UE4(Gnomon School UE4 大师课笔记)
  10. CCPC 2017 哈尔滨 L. Color a Tree && HDU 6241(二分+树形DP)