forked from DingMouRen/flutter_tiktok
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
91 lines (78 loc) · 2.23 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
name: flutter_tiktok
description: A new Flutter application.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
# 视频播放
video_player: ^2.1.1
# 土司
oktoast: ^3.0.0
# 网络请求
dio: ^3.0.10
# 刷新控件
pull_to_refresh: 1.6.4-nullsafety.1
# 状态管理、路由管理、依赖注入
get: ^4.1.4
# 本地存储
shared_preferences: ^2.0.5
# 网络状态库
connectivity: ^0.4.9+5
# 点赞
like_button: ^2.0.2
# 图片加载
cached_network_image: ^2.4.1
# 走马灯
marquee: ^2.1.0
# video_player封装的控制器
chewie: ^1.0.0
# 相机插件,还在开发中
camera: ^0.8.1
# 事件总线
event_bus: ^2.0.0
# 二维码
# qrscan: ^0.2.22
# loading
flutter_easyloading: ^3.0.0
# 图片选择
image_picker: ^0.6.7+22
# 获取视频缩略图
video_thumbnail: ^0.2.5
#高德地图定位插件
# amap_flutter_location: ^1.0.0
# 高德地图插件
# amap_flutter_map: ^1.0.0
dev_dependencies:
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/video/
- assets/images/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages