-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpubspec.yaml
More file actions
64 lines (55 loc) · 1.76 KB
/
pubspec.yaml
File metadata and controls
64 lines (55 loc) · 1.76 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
name: guide7
description: App providing comfortable access to student services of the computer science department (07) of the Munich University of Applied Sciences.
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 0.2.2+43
environment:
sdk: ">=2.4.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_secure_storage: ^3.3.1
shared_preferences: ^0.5.3
fluro: ^1.5.1
http: ^0.12.0
html: ^0.14.0
intl: ^0.16.0
sqflite: ^1.1.7
background_fetch: ^0.3.2
flutter_local_notifications: ^0.8.4
connectivity: ^0.4.4
html2md: ^0.5.0
flutter_markdown: ^0.2.0
sticky_headers: ^0.1.8
flutter_pagewise: ^1.2.3
auto_size_text: ^2.1.0
uuid: ^2.0.2
url_launcher: ^5.1.4
animated_text_kit: ^1.3.1
cupertino_icons: ^0.1.2 # Adds Cupertino Icons font to the application.
dev_dependencies:
flutter_test:
sdk: 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
assets:
- res/images/icon/icon-xxxhdpi.png
# Privacy policy statement
- res/docs/privacy_policy/privacy_policy_de.md
- res/docs/privacy_policy/privacy_policy_en.md
fonts:
- family: Raleway
fonts:
- asset: res/fonts/Raleway-Regular.ttf
- family: NotoSerifTC
fonts:
- asset: res/fonts/NotoSerifTC-Regular.otf