-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpubspec.yaml
More file actions
69 lines (63 loc) · 1.79 KB
/
pubspec.yaml
File metadata and controls
69 lines (63 loc) · 1.79 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
name: progres
description: A student portal application for university students.
publish_to: "none"
version: 1.3.1+4
environment:
sdk: ^3.10.0
flutter: "3.38.1"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.8
dio: ^5.8.0+1
flutter_bloc: ^9.1.0
shared_preferences: ^2.5.3
form_validator: ^2.1.1
equatable: ^2.0.7
flutter_secure_storage: ^9.2.4
intl: ^0.20.2
go_router: ^14.8.1
calendar_view: ^1.4.0
get_it: ^8.0.3
restart_app: ^1.2.1
url_launcher: ^6.2.5
package_info_plus: ^8.3.0
connectivity_plus: ^4.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/help/
fonts:
- family: NotoKufiArabic
fonts:
- asset: assets/fonts/notokufi/static/NotoKufiArabic-Regular.ttf
weight: 400
- asset: assets/fonts/notokufi/static/NotoKufiArabic-Light.ttf
weight: 300
- asset: assets/fonts/notokufi/static/NotoKufiArabic-Medium.ttf
weight: 500
- asset: assets/fonts/notokufi/static/NotoKufiArabic-Medium.ttf
weight: 600
- asset: assets/fonts/notokufi/static/NotoKufiArabic-Bold.ttf
weight: 700
- asset: assets/fonts/notokufi/static/NotoKufiArabic-Black.ttf
weight: 900
- family: Eczar
fonts:
- asset: assets/fonts/Eczar/static/Eczar-Regular.ttf
weight: 400
- asset: assets/fonts/Eczar/static/Eczar-Medium.ttf
weight: 500
- asset: assets/fonts/Eczar/static/Eczar-SemiBold.ttf
weight: 600
- asset: assets/fonts/Eczar/static/Eczar-Bold.ttf
weight: 700
- asset: assets/fonts/Eczar/static/Eczar-ExtraBold.ttf
weight: 800