Flutter插件大汇总
2020-08-04 11:03:27 2 举报
AI智能生成
Flutter插件大汇总,需要的自取
作者其他创作
大纲/内容
<b>fluro:路由管理(简单可理解为 Android 的跳转页面)</b><br>
插件地址:https://pub.flutter-io.cn/packages/fluro<br>
GitHub 地址:https://github.com/theyakka/fluro<br>
shared_preferences:本地持久化存储(存储简单信息)<br>
插件地址:https://pub.dev/packages/shared_preferences<br>
GitHub 地址:https://github.com/flutter/plugins/tree/master/packages/shared_preferences
device_info:获取设备信息<br>
插件地址:https://pub.flutter-io.cn/packages/device_info
GitHub 地址:https://github.com/flutter/plugins/tree/master/packages/device_info
event_bus:事件总线<br>
怎么说呢,你可以通过订阅指定的某个事件,在特定的场合执行某个事件。<br>
插件地址:https://pub.dev/packages/event_bus<br>
GitHub 地址:https://github.com/marcojakob/dart-event-bus<br>
<b>crypto:加解密</b><br>
插件地址:https://pub.flutter-io.cn/packages/crypto
GitHub 地址:https://github.com/dart-lang/crypto
<b>share:原生分享</b><br>
插件地址:https://pub.flutter-io.cn/packages/share
GitHub 地址:https://github.com/flutter/plugins/tree/master/packages/share
flutter_html:加载 Html<br>
插件地址:https://pub.dev/packages/flutter_html
GitHub 地址:https://github.com/Sub6Resources/flutter_html<br>
<b>webview_flutter:加载富文本</b><br>
插件地址:https://pub.flutter-io.cn/packages/webview_flutter
GitHub 地址:https://github.com/flutter/plugins/tree/master/packages/webview_flutter
<b>flutter_xupdate:Android 的版本更新</b><br>
插件地址:https://pub.flutter-io.cn/packages/flutter_xupdate
GitHub 地址:https://github.com/xuexiangjys/flutter_xupdate
dio:网络请求神器<br>
插件地址:https://pub.flutter-io.cn/packages/dio<br>
GitHub 地址:https://github.com/flutterchina/dio<br>
<b>Permission_handler:权限管理</b><br>
在 Android 最初实现动态权限管理时,真的头疼,不过现在 Flutter 也有成熟的动态权限管理,贼方便。<br>
插件地址:https://pub.flutter-io.cn/packages/permission_handler
GitHub 地址:https://github.com/Baseflow/flutter-permission-handler
package_info:版本相关信息获取<br>
插件地址:https://pub.dev/packages/package_info
GitHub 地址:https://github.com/flutter/plugins<br>
openinstall_flutter_plugin:应用拉活,携带参数安装<br>
举个场景:<br>比如你分享好友,好友安装之后,自动成为你的徒弟,以及App跳转等,可以采用此方案。<br>
插件地址:https://pub.flutter-io.cn/packages/openinstall_flutter_plugin
官方网站:https://www.openinstall.io/<br>
<b>Fluwx:微信支付、分享</b><br>
这个插件提供单独分享版本,按需使用即可。<br>GitHub 都有详细描述,认真查看,上手难度为 0。<br>
插件地址:https://s0pub0dev.icopy.site/packages/fluwx<br>
GitHub 地址:https://github.com/OpenFlutter/fluwx
<b>flutter_easyloading:加载框</b><br>
插件地址:https://pub.flutter-io.cn/packages/flutter_easyloading
GitHub 地址:https://github.com/huangjianke/flutter_easyloading
<b>transparent_image:透明图像</b><br>
插件地址:https://pub.flutter-io.cn/packages/transparent_image
GitHub 地址:https://github.com/brianegan/transparent_image
0 条评论
下一页