• 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
  • 相关阅读:
    获取样式方法
    滚动条--滚动文字
    关于一些英文博客内容
    Don't performan heavy tasks in the MoBu Real-time engine thread, even if it worked before
    Autodesk 2014 M&E Devday is coming
    所有学生和老师的福音,欧特克将在全球免费开放软件给学生老师使用
    Autodesk 年度 AU 大会将在拉斯维加斯举行
    今天折腾了下NodeJs的调试
    如何解决 XMLHttpRequest 跨域请求的问题
    欧特克收购 ShotGun 产品
  • 原文地址:https://www.cnblogs.com/yiweiyihang/p/12706282.html
Copyright © 2020-2023  润新知