-
Notifications
You must be signed in to change notification settings - Fork 5
/
pubspec.yaml
83 lines (72 loc) · 1.76 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
name: bebro
description: A new Flutter project.
version: 1.0.0
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
dio: 3.0.3
#Toast
oktoast: ^2.3.1+1
extended_image: ^0.7.1
image_picker: ^0.6.1+8
image_picker_saver: ^0.3.0
image_editor: any
multi_image_picker: ^4.6.1
shared_preferences: ^0.5.3+1
#输出打印好看一点
logger: ^0.7.0+2
provider: ^4.0.4
android_intent: ^0.3.4+7
flutter_easyrefresh: ^2.0.4
#屏幕适配
flutter_screenutil: ^1.1.0
extended_nested_scroll_view: ^0.4.0
#加载动画
flutter_spinkit: ^4.1.2
#uuid: ^2.0.4
flutter_picker:
git: git://github.com/yangyxd/flutter_picker.git
qr_flutter: ^3.1.0
r_scan: 0.1.4+1
url_launcher: ^5.4.2
permission_handler: ^4.4.0
extended_text: ^0.7.1
loading_more_list: 1.0.5
flutter_icons: ^1.0.0+1
extended_text_field: ^0.5.0
open_file: ^2.1.1
path_provider: ^1.5.0
package_info: 0.4.0+10
flutter_image_compress: ^0.6.5+1
assets_audio_player: ^1.2.3
sticky_headers: "^0.1.8"
web_socket_channel: ^1.1.0
flui: ^0.9.0
cupertino_icons: ^0.1.2
extended_list: any
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^ 1.0.0
json_serializable: ^3.2.3
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/audio/
- assets/images/emotionIcons/
fonts:
- family: myicon
fonts:
- asset: assets/fonts/myicon.ttf
- family: "chocolate"
fonts:
- asset: assets/fonts/chocolate.ttf
- family: "JetBrains Mono"
fonts:
- asset: assets/fonts/JetBrainsMono-Regular.ttf