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