zoukankan      html  css  js  c++  java
  • Flutter-常用第三方库

    格式化日期时间组件:https://pub.dev/packages/date_format
    日期选择组件:https://pub.dev/packages/flutter_cupertino_date_picker
    轮播图组件:https://pub.dev/packages/flutter_swiper
    showToast(弹窗提示):https://pub.dev/packages/fluttertoast
    网络请求(Dio):https://pub.dev/packages/dio
    解析html数据:https://pub.dev/packages/flutter_html
    加载远程web页面:https://pub.dev/packages/flutter_inappbrowser
    获取设备信息:https://pub.dev/packages/device_info
    实现用高德定位:https://pub.dev/packages/amap_location
    相机拍照 和相册选择:https://pub.dev/packages/image_picker
    视频播放:
    https://pub.dev/packages/video_playe
    (在 Flutter 里官方提供了一个 video_player 插件可以播放视频。但是 video_player 有一些局 限性。没法控制底部播放进度等)
    https://pub.dev/packages/chewie (建议使用)
    网络监测:https://pub.dev/packages/chewie
    本地存储:https://pub.dev/packages/shared_preferences
    扫描二维码条形码:https://pub.dev/packages/barcode_scan
    获取版本信息:https://pub.dev/packages/package_info
    获取文件存储路径:https://pub.dev/packages/path_provider
    下载文件:https://pub.dev/packages/flutter_downloader
    打开文件:https://pub.dev/packages/open_file
    Flutter url_launcher 模块:https://pub.dev/packages/url_launcher (Flutter url_launcher 模块可以让我们实现打开外部浏览器、打开外部应用、发送短信、拨打
    电话等功能。)
    支付:
    支付宝:https://pub.dev/packages/sy_flutter_alipay
    微信:https://pub.dev/packages/sy_flutter_wechat
    不同终端屏幕适配:https://pub.dev/packages/flutter_screenutil
    状态管理:
    https://pub.dev/packages/provider
    https://pub.dev/packages/event_bus (主要是实现不同组件之间的数据传值,以及在一个组件中 执行另一个组件的方法。)
    
    
    原文地址:https://www.jianshu.com/p/a523e5f131b2
  • 相关阅读:
    什么是ORM
    ORM优缺点
    Azure 中快速搭建 FTPS 服务
    连接到 Azure 上的 SQL Server 虚拟机(经典部署)
    在 Azure 虚拟机中配置 Always On 可用性组(经典)
    SQL Server 2014 虚拟机的自动备份 (Resource Manager)
    Azure 虚拟机上的 SQL Server 常见问题
    排查在 Azure 中新建 Windows 虚拟机时遇到的经典部署问题
    上传通用化 VHD 并使用它在 Azure 中创建新 VM
    排查在 Azure 中新建 Windows VM 时遇到的部署问题
  • 原文地址:https://www.cnblogs.com/yiweiyihang/p/12706282.html
Copyright © 2011-2022 走看看