-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
67 lines (61 loc) · 1.53 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
name: wabiz
description: "wabiz"
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.4.1 <4.0.0'
dependencies:
cached_network_image: ^3.3.1
dio: ^5.4.3+1
dotted_border: ^2.1.0
flutter:
sdk: flutter
flutter_riverpod: ^2.5.1
flutter_svg: ^2.0.10+1
freezed_annotation: ^2.4.1
gap: ^3.0.1
go_router: ^14.1.4
image_picker: ^1.1.2
intl: ^0.19.0
json_annotation: ^4.9.0
retrofit: ^4.1.0
shared_preferences: ^2.2.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
build_runner: ^2.4.11
freezed: ^2.5.2
json_serializable: ^6.8.0
retrofit_generator: ^8.1.0
riverpod_generator: ^2.4.0
riverpod_lint: ^2.3.10
custom_lint: ^0.6.4
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/icons/categories/
- assets/icons/type/
- assets/image/
fonts:
- family: Pretendard
fonts:
- asset: assets/fonts/Pretendard-Thin.ttf
weight: 100
- asset: assets/fonts/Pretendard-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Pretendard-Light.ttf
weight: 300
- asset: assets/fonts/Pretendard-Regular.ttf
weight: 400
- asset: assets/fonts/Pretendard-Medium.ttf
weight: 500
- asset: assets/fonts/Pretendard-SemiBold.ttf
weight: 600
- asset: assets/fonts/Pretendard-Bold.ttf
weight: 700
- asset: assets/fonts/Pretendard-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Pretendard-Black.ttf
weight: 900