└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # flutter_plugins 2 | 3 | Flutter插件集合,好用常用的插件. 4 | 5 | 6 | 快速定位 7 | 8 | [A](#A) 9 | [B](#B) 10 | [C](#C) 11 | [D](#D) 12 | [E](#D) 13 | [F](#F) 14 | [G](#D) 15 | [H](#D) 16 | [I](#I) 17 | [J](#D) 18 | [K](#D) 19 | [L](#D) 20 | [M](#D) 21 | [N](#D) 22 | [O](#D) 23 | [P](#D) 24 | [Q](#D) 25 | [R](#D) 26 | [S](#S) 27 | [T](#D) 28 | [U](#U) 29 | [V](#V) 30 | [W](#D) 31 | [X](#D) 32 | [Y](#D) 33 | [Z](#D) 34 | 35 | 36 | ## A 37 | |URL|介绍| 38 | |:- |:-| 39 | |[android_intent](https://github.com/flutter/plugins/tree/master/packages/android_intent)|允许Flutter应用程序在平台为Android时启动任意意图.| 40 | 41 | ## B 42 | |URL|介绍| 43 | |:- |:-| 44 | |[battery](https://github.com/flutter/plugins/tree/master/packages/battery)|用于访问运行应用程序的设备电池的各种信息。| 45 | 46 | ## C 47 | |URL|介绍| 48 | |:- |:-| 49 | |[camera](https://github.com/flutter/plugins/tree/master/packages/battery)|用于iOS和Android访问摄像头。| 50 | |[flutter_cached_network_image](https://github.com/renefloor/flutter_cached_network_image)|图片缓存加载| 51 | 52 | ## D 53 | |URL|介绍| 54 | |:- |:-| 55 | |[dio](https://github.com/flutterchina/dio)|dio是一个强大的Dart Http请求库,支持Restful API、FormData、拦截器、请求取消、Cookie管理、文件上传/下载、超时、自定义适配器等...| 56 | |[device_info](https://github.com/flutter/plugins/tree/master/packages/device_info)|获取当前设备信息| 57 | 58 | ## F 59 | |URL|介绍| 60 | |:- |:-| 61 | |[flutter-permission-handler](https://github.com/BaseflowIT/flutter-permission-handler)|Flutter的权限插件。此插件提供了一个跨平台(iOS,Android)API来请求和检查权限。| 62 | |[flutter_swiper](https://github.com/best-flutter/flutter_swiper)|flutter最强大的siwiper, 多种布局方式,无限轮播,Android和IOS双端适配.| 63 | |[fluwx](https://github.com/OpenFlutter/fluwx)|适用于Flutter的微信SDK,方便快捷。| 64 | |[flutter_slidable](https://github.com/letsar/flutter_slidable)|可滑动列表项的Flutter实现。| 65 | |[flutter_screenutil](https://github.com/OpenFlutter/flutter_screenutil)|flutter 屏幕适配方案,让你的UI在不同尺寸的屏幕上都能显示合理的布局!| 66 | |[flutter_spinkit](https://github.com/jogboms/flutter_spinkit)|加载框| 67 | |[flutter_markdown](https://github.com/flutter/flutter_markdown)|flutter markdown插件| 68 | |[flutter_easyrefresh](https://github.com/xuelongqy/flutter_easyrefresh)|Flutter应用上实现下拉刷新以及上拉加载操作,它支持几乎所有的Flutter控件| 69 | |[shared_preferences](https://github.com/flutter/plugins/tree/master/packages/shared_preferences)|Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android)| 70 | |[flutter_pulltorefresh](https://github.com/peng8350/flutter_pulltorefresh)|一个提供上拉加载和下拉刷新的组件,同时支持Android和Ios| 71 | |[flutter_cached_network_image](https://github.com/renefloor/flutter_cached_network_image)|图片缓存| 72 | |[flutter_webview_plugin](https://github.com/fluttercommunity/flutter_webview_plugin)|Flutter的webview| 73 | 74 | ## I 75 | |URL|介绍| 76 | |:- |:-| 77 | |[image_picker](https://github.com/flutter/plugins/tree/master/packages/image_picker)|访问相册,支持拍照。支持iOS和Android。| 78 | 79 | ## S 80 | |URL|介绍| 81 | |:- |:-| 82 | |[sqflite](https://github.com/tekartik/sqflite)|Flutter的SQLite插件。支持iOS和Android。| 83 | |[scoped_model](https://github.com/brianegan/scoped_model)|许您轻松地将数据模型从父Widget传递到它的后代。此外,它还会在模型更新时重建使用该模型的所有子项。| 84 | 85 | ## U 86 | |URL|介绍| 87 | |:- |:-| 88 | |[url_launcher](https://github.com/flutter/plugins/tree/master/packages/url_launcher)|打开url,支持iOS和Android.| 89 | 90 | ## V 91 | |URL|介绍| 92 | |:- |:-| 93 | |[video_player](https://github.com/flutter/plugins/tree/master/packages/video_player)|用于iOS和Android的Flutter插件。| 94 | 95 | 96 | [Google 维护的插件](https://github.com/flutter/plugins) 97 | 98 | ### 也向大家征集[Issues](https://github.com/dlgchg/flutter_plugs/issues) 99 | 100 | --------------------------------------------------------------------------------