-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
52 lines (48 loc) · 1.15 KB
/
pubspec.yaml
File metadata and controls
52 lines (48 loc) · 1.15 KB
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
name: get_test
version: 1.0.0+1
publish_to: none
description: A new Flutter project.
environment:
sdk: '>=2.16.2 <3.0.0'
dependencies:
flutter_svg: ^1.0.3
cupertino_icons: ^1.0.2
get: 4.6.1
oauth2: 2.0.0
dio: 4.0.6
shared_preferences: 2.0.13
connectivity_plus: 2.3.0
flutter_form_builder: 7.1.1
jwt_decoder: 2.0.1
flutter_chat_ui: ^1.5.8
flutter:
sdk: flutter
json_annotation: ^4.4.0
dev_dependencies:
flutter_lints: ^1.0.0
lints: 1.0.1
flutter_test:
sdk: flutter
json_serializable:
build_runner:
flutter:
assets:
- assets/icons/outline/
fonts:
- family: SourceHanSansCN
fonts:
- asset: fonts/SourceHanSansCN-ExtraLight.otf
weight: 100
- asset: fonts/SourceHanSansCN-Light.otf
weight: 200
- asset: fonts/SourceHanSansCN-Normal.otf
weight: 300
- asset: fonts/SourceHanSansCN-Regular.otf
weight: 400
- asset: fonts/SourceHanSansCN-Medium.otf
weight: 500
- asset: fonts/SourceHanSansCN-Bold.otf
weight: 600
- asset: fonts/SourceHanSansCN-Heavy.otf
weight: 700
uses-material-design: true