-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpubspec.yaml
More file actions
133 lines (122 loc) · 3.89 KB
/
Copy pathpubspec.yaml
File metadata and controls
133 lines (122 loc) · 3.89 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
name: iium_schedule
description: IIUM Schedule Maker
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# See https://github.com/iiumschedule/iium_schedule/wiki/Versioning
# When changing this version, also change the versions in
# - msix block (msix_version)
# - Inno setup (MyAppVersion)
version: 1.4.12+51
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.5
html: ^0.15.0
albiruni: ^1.4.0
recase:
path: packages/recase
url_launcher: ^6.0.17
package_info_plus: ^10.1.0
flutter_timetable_view:
path: packages/flutter_timetable_view
page_view_indicators: ^2.0.0
provider: ^6.0.2
fluttertoast: ^10.0.0
path_provider: ^2.0.11
permission_handler: ^12.0.3
quick_actions: ^1.0.0
share_plus: ^13.1.0
intl: ^0.20.2
http: ^1.1.0
version: ^3.0.2
cross_file: ^0.3.3+2
device_info_plus: ^13.1.0
pull_to_refresh: ^2.0.0
dynamic_color: ^1.5.4
flutter_displaymode: ^0.7.0
isar_community: ^3.3.2
isar_community_flutter_libs: ^3.3.2
like_button: ^2.0.5
auto_size_text: ^3.0.0
ical:
git:
url: https://github.com/dartclub/ical.git
open_file: ^4.0.0
flutter_markdown: ^0.7.7+1
gal: ^2.3.0
zikzak_inappwebview: ^4.9.0
dev_dependencies:
flutter_test:
sdk: flutter
msix: ^3.5.1
build_runner: ^2.1.7
flutter_lints: ^6.0.0
isar_community_generator: ^3.3.2
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/icons/
- assets/logo/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter/Inter-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Inter/Inter-Bold.ttf
weight: 700
- asset: assets/fonts/Inter/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter/Inter-Light.ttf
weight: 300
- family: Barlow_Condensed
fonts:
- asset: assets/fonts/Barlow_Condensed/BarlowCondensed-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Barlow_Condensed/BarlowCondensed-Bold.ttf
weight: 700
- asset: assets/fonts/Barlow_Condensed/BarlowCondensed-SemiBold.ttf
weight: 600
- asset: assets/fonts/Barlow_Condensed/BarlowCondensed-Medium.ttf
weight: 500
- asset: assets/fonts/Barlow_Condensed/BarlowCondensed-Regular.ttf
weight: 400
- asset: assets/fonts/Barlow_Condensed/BarlowCondensed-Light.ttf
weight: 300
- family: Barlow
fonts:
- asset: assets/fonts/Barlow/Barlow-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Barlow/Barlow-Bold.ttf
weight: 700
- asset: assets/fonts/Barlow/Barlow-SemiBold.ttf
weight: 600
- asset: assets/fonts/Barlow/Barlow-Medium.ttf
weight: 500
- asset: assets/fonts/Barlow/Barlow-Regular.ttf
weight: 400
- asset: assets/fonts/Barlow/Barlow-Light.ttf
weight: 300
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
msix_config:
display_name: IIUM Schedule
publisher_display_name: Muhammad Fareez Iqmal
identity_name: fareez.flutter.iiumschedule
msix_version: 1.4.12.0 # same as inno setup (MyAppVersion)
logo_path: ".\\assets\\logo\\app-logo.png"
capabilities: "internetClient"
certificate_path: ".\\windows\\CERTIFICATE.pfx"
certificate_password: 1234