Flutter 常用工具类、第三方库、插件

1、屏幕适配 Github

# 屏幕适配 https://github.com/OpenFlutter/flutter_screenutil
flutter_screenutil: ^1.0.2

2、网络请求库 Github

# 网络请求库 https://github.com/flutterchina/dio
dio: ^3.0.9

3、启动URL的插件 Github

# 启动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

7、RxDart Github

# RxDart https://github.com/ReactiveX/rxdart
rxdart: ^0.23.1

8、简单下拉刷新上拉加载 Github

# 简单下拉刷新上拉加载 https://github.com/xuelongqy/flutter_easyrefresh
flutter_easyrefresh: ^2.1.0

9、状态管理 Github

# 状态管理 https://github.com/rrousselGit/provider
provider: ^4.0.4

10、路由框架 Github

# 路由框架 https://github.com/theyakka/fluro
fluro: ^1.6.1

11、持久存储 Github

# 持久存储 https://github.com/flutter/plugins/tree/master/packages/shared_preferences
shared_preferences: ^0.5.6+3

12、图片选择插件 Github

# 图片选择插件 https://github.com/flutter/plugins/tree/master/packages/image_picker
image_picker: ^0.6.6+4

13、侧滑插件 Github

# 侧滑插件 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: ^1.0.7

15、键盘监听 Github

# 键盘监听 https://github.com/diegoveloper/flutter_keyboard_actions/
keyboard_actions: ^3.2.0

16、图片加载库 Github

# 图片加载库 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

18、列表悬浮头 Github

# 列表悬浮头 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

20、手势识别 Github

# 手势识别 https://github.com/aleksanderwozniak/simple_gesture_detector
simple_gesture_detector: ^0.1.4

21、汉字转拼音库 Github

# 汉字转拼音库 https://github.com/flutterchina/lpinyin
lpinyin: ^1.0.9

22、国际化/多语言库 Github

# 国际化/多语言库 https://github.com/Sky24n/fluintl
fluintl: ^0.1.3

23、UI组件库 Github

# UI组件库 https://github.com/flutterchina/flukit
flukit: ^1.0.2

24、贝塞尔曲线图表库 Github

# 贝塞尔曲线图表库 https://github.com/aeyrium/bezier-chart
bezier_chart: ^1.0.16

25、最全图表库 Github

# 最全图表库 https://github.com/SunPointed/MPFlutterChart
mp_chart: ^0.1.8

26、酷炫图表库 Github

# 酷炫图表库 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

28、Toast Github

# 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"

30、国际化/多语言 Github

# 国际化/多语言 https://github.com/Sky24n/fluintl
fluintl: ^0.1.3

31、微信SDK插件,它允许开发者调用 微信原生SDK Github

# 微信SDK插件,它允许开发者调用 微信原生SDK https://github.com/OpenFlutter/fluwx
fluwx: ^2.3.0

32、RatingBar星级评价 Github

# RatingBar星级评价 https://github.com/sarbagyastha/flutter_rating_bar
flutter_rating_bar: ^3.0.1+1

33、图片预览,可单图片或多图片预览 Github

# 图片预览,可单图片或多图片预览 https://github.com/fireslime/photo_view
photo_view: ^0.10.2

34、创建二维码 Github

# 创建二维码 https://github.com/lukef/qr.flutter
qr_flutter: ^3.2.0

35、保存文件 Github

# 保存文件 https://github.com/hui-z/image_gallery_saver
image_gallery_saver: ^1.6.0

36、路径获取工具 Github

# 路径获取工具 https://github.com/flutter/plugins
path_provider: ^1.6.24

37、文件工具 Github

# 文件工具 https://github.com/mezoni/file_utils
file_utils: ^0.1.4

38、事件总线 Github

# 事件总线 https://github.com/marcojakob/dart-event-bus
event_bus: ^1.1.1

40、签名 Github

# 签名 https://github.com/4Q-s-r-o/signature
signature: ^3.2.0

你可能感兴趣的:(Flutter 常用工具类、第三方库、插件)