-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpubspec.yaml
More file actions
140 lines (130 loc) · 3.75 KB
/
pubspec.yaml
File metadata and controls
140 lines (130 loc) · 3.75 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
134
135
136
137
138
139
140
name: wallet
description: EDI - NL Public Reference Wallet
version: 0.6.0-dev
resolution: workspace
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
environment:
sdk: ^3.11.0
dependencies:
after_layout: ^1.2.0
app_links: ^7.0.0
app_settings: ^6.1.1
bloc_concurrency: ^0.3.0
bluetooth:
path: ./plugins/bluetooth
clock: ^1.1.2
collection: ^1.19.1
connectivity_plus: ^6.1.5
country_codes: ^3.3.0
cupertino_icons: ^1.0.8
device_info_plus: ^11.5.0
equatable: ^2.0.7
fimber: ^0.7.0
flutter:
sdk: flutter
flutter_bloc: ^9.1.1
flutter_local_notifications: ^19.5.0
flutter_localizations:
sdk: flutter
flutter_markdown_plus: ^1.0.7
flutter_native_splash: ^2.4.6
flutter_rust_bridge: 2.11.1 # explicit transitive dependency to satisfy sonarqube (match wallet_core)
flutter_staggered_grid_view: ^0.7.0
flutter_sticky_header: ^0.8.0
flutter_svg: ^2.2.1
freezed_annotation: ^3.1.0
internet_connection_checker: ^3.0.1
intl: ^0.20.2
json_annotation: ^4.9.0
local_auth: ^2.3.0
local_auth_android: any # explicit transitive dependency to satisfy sonarqube
local_auth_darwin: any # explicit transitive dependency to satisfy sonarqube
lottie: ^3.3.1
meta: ^1.16.0
mobile_scanner: ^7.0.1
package_info_plus: ^8.3.1
permission_handler: ^12.0.1
provider: ^6.1.5+1
qr_flutter: ^4.1.0
root_jailbreak_sniffer: ^1.1.3
rxdart: ^0.28.0
screen_brightness: ^2.1.7
sensors_plus: ^6.1.2
sentry_flutter: ^9.6.0
shared_preferences: ^2.5.3
store_redirect: ^2.0.4
timezone: ^0.10.1
url_launcher: ^6.3.2
vector_graphics: any # explicit transitive dependency to satisfy sonarqube
vibration: ^3.1.3
video_player: ^2.10.0
visibility_detector: ^0.4.0+2
wallet_core:
path: ./packages/wallet_core
wallet_mock:
path: ./packages/wallet_mock
workmanager: ^0.9.0+3
dev_dependencies:
bloc_test: ^10.0.0
build_runner: ^2.6.1
flutter_lints: ^6.0.0
flutter_test:
sdk: flutter
freezed: ^3.2.3
get_it: ^8.2.0
integration_test:
sdk: flutter
json_serializable: ^6.11.0
mockito: ^5.5.0
sentry_dart_plugin: ^3.1.1
test: ^1.26.2
translations_cleaner: ^0.0.5
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets to the application.
- assets/non-free/svg/
- assets/non-free/images/
- assets/non-free/logos/
- assets/non-free/fonts/
- assets/non-free/illustrations/
- assets/non-free/icons/
- assets/non-free/lottie/
- assets/non-free/markdown/
fonts:
- family: RijksoverheidSansWebText
fonts:
- asset: assets/non-free/fonts/rijksoverheid-sans-web-text-regular.ttf
- family: WalletIcons
fonts:
- asset: assets/non-free/fonts/WalletIcons.ttf
# Generate with `dart run flutter_native_splash:create`
flutter_native_splash:
image: assets/non-free/logos/splash_logo.png
color: "#FCFCFC"
color_dark: "#1C1E25"
android_gravity: center
ios_content_mode: center
android_12:
image: assets/non-free/logos/splash_logo_padded.png
icon_background_color: "#FCFCFC"
image_dark: assets/non-free/logos/splash_logo_padded.png
icon_background_color_dark: "#1C1E25"
# See: https://pub.dev/packages/sentry_dart_plugin
sentry:
# project: wallet # Env. variable: SENTRY_PROJECT
# org: wallet # Env. variable: SENTRY_ORG
# auth_token: ... # Env. variable: SENTRY_AUTH_TOKEN
# url: ... # Env. variable: SENTRY_URL
# release: ... # Use default: name@version from pubspec, Env. variable: SENTRY_RELEASE
# web_build_path: build/web # Not applicable
upload_debug_symbols: true
upload_source_maps: false
upload_sources: false
wait_for_processing: true
log_level: debug # Env. variable: SENTRY_LOG_LEVEL
commits: false
ignore_missing: true