-
Notifications
You must be signed in to change notification settings - Fork 20
/
pubspec.yaml
141 lines (128 loc) · 4.02 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
name: irmamobile
description: IRMA Authentication
# A build number cannot be reused once a build is in use on Android.
version: 7.5.7+4194471
environment:
sdk: ">=2.19.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
sentry_flutter: ^8.9.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.3
flutter_svg: ^2.0.7
flutter_i18n: ^0.36.2
flutter_bloc: ^7.2.0
equatable: ^2.0.3
email_validator: ^3.0.0
url_launcher: ^6.0.10
json_annotation: ^4.8.0
rxdart: ^0.28.0
package_info_plus: ^8.1.1
collection: ^1.18.0
qr_code_scanner: ^1.0.1
native_device_orientation: ^2.0.3
share: ^2.0.4
intl: ^0.19.0
flutter_markdown: ^0.7.4+1
shared_preferences: ^2.0.7
async: ^2.11.0
streaming_shared_preferences: ^2.0.0
flutter_jailbreak_detection: ^1.10.0
visibility_detector: ^0.4.0+2
quiver: ^3.0.1
flutter_privacy_screen: 1.3.0
timeline_tile: ^2.0.0
lottie: ^3.1.3
permission_handler: ^11.0.0
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
json_serializable: ^6.6.1
flutter_lints: ^5.0.0
flutter_native_splash: ^2.3.1
build_runner: ^2.1.2
flutter_launcher_icons: ^0.14.1
flutter_native_splash:
image: assets/non-free/logo_payoff.png
color: "F7F7F7"
android_disable_fullscreen: true
flutter_icons:
android: true
ios: true
remove_alpha_ios: true
image_path: "assets/non-free/app_icon.png"
adaptive_icon_foreground: "assets/non-free/app_icon_foreground.png"
adaptive_icon_background: "#FFFFFF"
# 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/
- assets/locales/
- assets/arrow_back/
- assets/enrollment/
- assets/error/
- assets/help/
- assets/help/mobile_login/
- assets/help/computer_login/
- assets/reset/
- assets/non-free/
- assets/disclosure/
- assets/ui/
- assets/success/
fonts:
- family: Alexandria
fonts:
- asset: fonts/alexandria/Alexandria-Thin.ttf
weight: 100
- asset: fonts/alexandria/Alexandria-ExtraLight.ttf
weight: 200
- asset: fonts/alexandria/Alexandria-Light.ttf
weight: 300
- asset: fonts/alexandria/Alexandria-Regular.ttf
weight: 400
- asset: fonts/alexandria/Alexandria-Medium.ttf
weight: 500
- asset: fonts/alexandria/Alexandria-SemiBold.ttf
weight: 600
- asset: fonts/alexandria/Alexandria-Bold.ttf
weight: 700
- asset: fonts/alexandria/Alexandria-ExtraBold.ttf
weight: 800
- asset: fonts/alexandria/Alexandria-Black.ttf
weight: 900
- family: Open Sans
fonts:
- asset: fonts/open-sans/OpenSans-Light.ttf
weight: 300
- asset: fonts/open-sans/OpenSans-Regular.ttf
weight: 400
- asset: fonts/open-sans/OpenSans-Medium.ttf
weight: 500
- asset: fonts/open-sans/OpenSans-SemiBold.ttf
weight: 600
- asset: fonts/open-sans/OpenSans-Bold.ttf
weight: 700
- asset: fonts/open-sans/OpenSans-ExtraBold.ttf
weight: 800
- family: IrmaIcons
fonts:
- asset: fonts/irma-icons/IrmaIcons.ttf
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
# 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