# 屏幕适配 https://github.com/OpenFlutter/flutter_screenutil
flutter_screenutil: ^1.0.2
# 网络请求库 https://github.com/flutterchina/dio
dio: ^3.0.9
# 启动URL的插件,如:打开网址、发送邮件、拨打电话、发送短信、打开第三方APP
# https://github.com/flutter/plugins/tree/master/packages/url_launcher
url_launcher: 5.4.1
4、Flutter常用工具类库 Github
# Flutter常用工具类库,Flustars依赖于Dart常用工具类库common_utils,以及对其他第三方库封装。
# https://github.com/Sky24n/flustars
flustars: ^0.2.6+1
5、Dart常用工具类库 Github
# Dart常用工具类库,包含日期,正则,倒计时,定时任务,时间轴
# https://github.com/Sky24n/common_utils
common_utils: ^1.1.3
6、Flutter轮播插件 Github
# Flutter轮播插件, 多种布局方式,无限轮播
# https://github.com/best-flutter/flutter_swiper
flutter_swiper: ^1.1.6
# RxDart https://github.com/ReactiveX/rxdart
rxdart: ^0.23.1
8、简单下拉刷新上拉加载 Github
# 简单下拉刷新上拉加载 https://github.com/xuelongqy/flutter_easyrefresh
flutter_easyrefresh: ^2.1.0
# 状态管理 https://github.com/rrousselGit/provider
provider: ^4.0.4
# 路由框架 https://github.com/theyakka/fluro
fluro: ^1.6.1
# 持久存储 https://github.com/flutter/plugins/tree/master/packages/shared_preferences
shared_preferences: ^0.5.6+3
# 图片选择插件 https://github.com/flutter/plugins/tree/master/packages/image_picker
image_picker: 0.6.3+4
# 侧滑插件 https://github.com/letsar/flutter_slidable
flutter_slidable: ^0.5.4
14、WebView插件 Github
# WebView插件 https://github.com/flutter/plugins/tree/master/packages/webview_flutter
webview_flutter: 0.3.19+9
# 键盘监听 https://github.com/diegoveloper/flutter_keyboard_actions/
keyboard_actions: ^3.2.0
# 图片加载库 https://github.com/renefloor/flutter_cached_network_image
cached_network_image: ^2.0.0
17、格式化String Github
# 格式化String https://github.com/Naddiseo/dart-sprintf
sprintf: ^4.0.2
# 列表悬浮头 https://github.com/fluttercommunity/flutter_sticky_headers
sticky_headers: ^0.1.8+1
19、Flutter城市列表、联系人列表 Github
# Flutter 城市列表,联系人列表,自定义Header,索引,悬停效果。
# https://github.com/flutterchina/azlistview
azlistview: ^0.1.2
# 手势识别 https://github.com/aleksanderwozniak/simple_gesture_detector
simple_gesture_detector: ^0.1.4
# 汉字转拼音库 https://github.com/flutterchina/lpinyin
lpinyin: ^1.0.9
# 国际化/多语言库 https://github.com/Sky24n/fluintl
fluintl: ^0.1.3
# UI组件库 https://github.com/flutterchina/flukit
flukit: ^1.0.2
# 贝塞尔曲线图表库 https://github.com/aeyrium/bezier-chart
bezier_chart: ^1.0.16
# 最全图表库 https://github.com/SunPointed/MPFlutterChart
mp_chart: ^0.1.8
# 酷炫图表库 https://github.com/imaNNeoFighT/fl_chart
fl_chart: ^0.8.3
27、获取网络连接信息插件 Github
# 获取网络连接信息插件 https://github.com/flutter/plugins/tree/master/packages/connectivity
connectivity: ^0.4.8+2
# Toast https://github.com/PonnamKarthik/FlutterToast
fluttertoast: ^4.0.0
29、加载Loading(指示器) Github
# 加载Loading(指示器) https://github.com/jogboms/flutter_spinkit
flutter_spinkit: "^4.1.2"
# 国际化/多语言 https://github.com/Sky24n/fluintl
fluintl: ^0.1.3
网友评论