-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
118 lines (108 loc) · 2.94 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
name: gudang_buku
description: Gudang Buku by Leadtech
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.18.0 <3.0.0'
dependencies:
cupertino_icons: ^1.0.2
device_preview: ^1.1.0
dio: ^4.0.6
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_bloc: ^8.1.1
flutter_dotenv: ^5.0.2
intl: ^0.17.0
json_annotation: ^4.7.0
json_serializable: ^6.3.1
pretty_dio_logger: ^1.1.1
provider: ^6.0.3
pull_to_refresh: ^2.0.0
retrofit: ^3.0.1+1
visibility_detector: ^0.3.3
go_router: ^5.2.4
hive: ^2.2.3
hive_flutter: ^1.1.0
dartz: ^0.10.1
workmanager: ^0.5.1
firebase_core: ^2.3.0
firebase_auth: ^4.1.4
cloud_firestore: ^4.1.0
flutter_screenutil: ^5.6.0
flutter_rating_bar: ^4.0.1
email_validator: ^2.1.17
carousel_slider: ^4.1.1
google_sign_in: ^5.4.2
sliding_sheet: ^0.5.2
image_picker: ^0.8.6
image_picker_web: ^3.0.0+1
drag_and_drop_lists: ^0.3.3
firebase_storage: ^11.0.7
isolated_worker: ^0.1.1
easy_debounce: ^2.0.2+1
dev_dependencies:
build_runner: ^2.2.0
hive_generator: ^2.0.0
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
retrofit_generator: ^4.0.3+1
flutter_launcher_icons: "^0.10.0"
flutter_icons:
android: true
ios: true
image_path: "assets/app_logo.png"
flutter:
uses-material-design: true
assets:
- .env
- assets/images/
fonts:
- family: Metropolis
fonts:
- asset: fonts/Metropolis-Regular-400.otf
weight: 400
- asset: fonts/Metropolis-Black-Italic-900.otf
weight: 900
style: italic
- asset: fonts/Metropolis-Black-900.otf
weight: 900
- asset: fonts/Metropolis-Bold-700.otf
weight: 700
- asset: fonts/Metropolis-Bold-Italic-700.otf
weight: 700
style: italic
- asset: fonts/Metropolis-Extra-Bold-Italic-800.otf
weight: 800
style: italic
- asset: fonts/Metropolis-Extra-Light-Italic-400.otf
weight: 200
style: italic
- asset: fonts/Metropolis-ExtraBold-800.otf
weight: 800
- asset: fonts/Metropolis-ExtraLight-400.otf
weight: 200
- asset: fonts/Metropolis-Italic-400.otf
weight: 400
style: italic
- asset: fonts/Metropolis-Light-400.otf
weight: 300
- asset: fonts/Metropolis-Light-Italic-400.otf
weight: 300
style: italic
- asset: fonts/Metropolis-Medium-500.otf
weight: 500
- asset: fonts/Metropolis-Medium-Italic-700.otf
weight: 500
style: italic
- asset: fonts/Metropolis-Semi-Bold-Italic-700.otf
weight: 600
style: italic
- asset: fonts/Metropolis-SemiBold-600.otf
weight: 600
- asset: fonts/Metropolis-Thin-400.otf
weight: 100
- asset: fonts/Metropolis-Thin-Italic-400.otf
weight: 100
style: italic