-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpubspec.yaml
120 lines (107 loc) · 3.54 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
119
120
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/iqfareez/iium_schedule/wiki/Versioning
# When changing this version, also change the versions in
# - msix block (msix_version)
# - Inno setup (MyAppVersion)
version: 1.4.5+44
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:
git: https://github.com/iqfareez/recase.git # Issue #2
and:
git: https://github.com/iqfareez/and.git # null-safe
url_launcher: ^6.0.17
package_info_plus: ^5.0.1
flutter_timetable_view:
git:
url: https://github.com/iqfareez/flutter_timetable_view.git
ref: 0486b731669a055b2c5d4924a0d2228f5e2968f7
page_view_indicators: ^2.0.0
provider: ^6.0.2
fluttertoast: ^8.0.9
path_provider: ^2.0.11
permission_handler: ^11.0.1
quick_actions: ^1.0.0
share_plus: ^7.0.2
intl: ^0.18.0
http: ^1.1.0
version: ^3.0.2
cross_file: ^0.3.3+2
device_info_plus: ^9.0.2
pull_to_refresh: ^2.0.0
dynamic_color: ^1.5.4
flutter_displaymode: ^0.6.0
isar: ^3.0.5
isar_flutter_libs: ^3.0.5
# Pined the the latest 5.x release, I'm not upgrading to 6.x because
# i can't test it (my ima'luum account is locked)
flutter_inappwebview: <=5.8.0
like_button: ^2.0.5
auto_size_text: ^3.0.0
ical:
git: https://github.com/dartclub/ical.git
open_file: ^3.3.1
flutter_markdown: ^0.6.18
gal: ^2.3.0
dev_dependencies:
flutter_test:
sdk: flutter
msix: ^3.5.1
build_runner: ^2.1.7
flutter_lints: ^3.0.1
isar_generator: ^3.0.5
# 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/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Inter-Bold.ttf
weight: 700
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter-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.5.0 # same as inno setup (MyAppVersion)
logo_path: ".\\assets\\logo\\app-logo.png"
capabilities: "internetClient"
certificate_path: ".\\windows\\CERTIFICATE.pfx"
certificate_password: 1234