This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
90 lines (78 loc) · 1.96 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
name: hpi_flutter
description: The official HPI app, written in Flutter.
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.17.0 <1.18.0"
dependencies:
flutter:
sdk: flutter
align_positioned: ^1.0.8
black_hole_flutter: ^0.2.8
cached_network_image: ^2.0.0
characters: ^0.3.0
dartx: ^0.3.0
device_info: ^0.4.1+4
enum_to_string: ^1.0.9
flutter_deep_linking: ^0.1.1
flutter_html: ^1.0.0
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.3.5
flutter_pagewise: ^1.2.3
flutter_ringtone_player: ^2.0.0
get_it: ^4.0.1
grpc: ^2.1.2
http: ^0.12.0+2
immutable_proto: ^0.1.0
intl: ">=0.15.8 <0.17.0"
kt_dart: ^0.7.0+1
navigation_patterns:
git:
url: https://github.com/JonasWanke/navigation_patterns.git
ref: 8e7c54c
outline_material_icons: ^0.1.0
package_info: ^0.4.0+6
path_provider: ^1.3.0
pedantic: ^1.8.0+1
protobuf: ^1.0.0
rxdart: ^0.24.0
screenshot: ^0.1.1
share: ^0.6.2+3
shared_preferences: ^0.5.6
sprintf: ^4.0.2
time_machine: ^0.9.12
timeago: ^2.0.18
url_launcher: ^5.1.2
yaml: ^2.1.16
dependency_overrides:
dartx: ^0.3.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.0.0
flutter_launcher_icons: ^0.7.2+1
immutable_proto_generator: ^0.1.0
intl_utils: ^1.2.2
flutter:
uses-material-design: true
assets:
- assets/logo/logo.png # colored logo
- assets/logo/logo_text.png # colored logo with gray text
- assets/logo/logo_captionWhite.png # colored logo with white text and caption
- assets/logo/mobileDev_sheep.png
- assets/images/onboarding/mrNet.png
- assets/privacyPolicy.md
fonts:
- family: HpiIcons
fonts:
- asset: fonts/HpiIcons.ttf
flutter_icons:
android: true
ios: true
image_path_android: "assets/logo/icon.png"
image_path_ios: "assets/logo/icon-ios.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/logo/foreground.png"
flutter_intl:
enabled: true