-
Notifications
You must be signed in to change notification settings - Fork 10
/
pubspec.yaml
91 lines (82 loc) · 2.06 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: openchat_frontend
description: Frontend for the MOSS chatbot
publish_to: 'none'
version: 1.3.6
environment:
sdk: '>=2.19.1 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
flutter_markdown:
git:
url: https://github.com/singularity-s0/flutter_markdown_selectable.git
provider: ^6.0.5
clipboard: ^0.1.3
dio: ^5.4.1
json_serializable: ^6.6.1
json_annotation: ^4.8.0
shared_preferences: ^2.0.17
local_hero: ^0.3.0
web_socket_channel: ^2.3.0
google_fonts: ^6.2.0
# Chat UI dependencies
diffutil_dart: ^4.0.1
flutter_chat_types: ^3.6.0
scroll_to_index: ^3.0.1
visibility_detector: ^0.4.0+2
flutter_link_previewer: ^3.2.0
url_launcher: ^6.1.9
flutter_parsed_text: ^2.2.1
highlighter: ^0.1.1
markdown: any
equatable: any
meta: any
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
build_runner: ^2.3.3
flutter_native_splash: ^2.2.17
# flutter_launcher_icons: ^0.11.0
# dependency_overrides:
# image: ^3.0.0 # Needed for flutter_launcher_icons
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
# fonts:
# - family: NotoSerif
# fonts:
# - asset: assets/fonts/H4chBXePl9DZ0Xe7gG9cyOj7oqCcbzhqDtg.otf
# - family: RobotoMono
# fonts:
# - asset: assets/fonts/eJ4cxQe85Lo39t-LVoKa26CWcynf_cDxXwCLxiixG1c.ttf
# - family: Roboto
# fonts:
# - asset: assets/fonts/W5F8_SL0XFawnjxHGsZjJA.ttf
flutter_native_splash:
color: "#FDFBFF"
color_dark: "#1B1B1F"
image: assets/images/logo.webp
flutter_icons:
android: true
image_path: "assets/images/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
remove_alpha_ios: true
ios: true
web:
generate: true
image_path: "assets/images/icon.png"
background_color: "#ffffffff"
theme_color: "#ffffffff"
windows:
generate: true
image_path: "assets/images/icon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/images/icon.png"