美文网首页FlutterflutterFlutter
Flutter 常用工具类、第三方库、插件

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

作者: 星邪Ara | 来源:发表于2020-03-13 17:28 被阅读0次

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.3+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: 0.3.19+9

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

相关文章

网友评论

    本文标题:Flutter 常用工具类、第三方库、插件

    本文链接:https://www.haomeiwen.com/subject/kzkhshtx.html