-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpubspec.yaml
More file actions
189 lines (174 loc) · 5.19 KB
/
pubspec.yaml
File metadata and controls
189 lines (174 loc) · 5.19 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
# SPDX-FileCopyrightText: 2022 Foundation Devices Inc.
#
# SPDX-License-Identifier: GPL-3.0-or-later
name: envoy
description: Simple Bitcoin wallet with powerful account management and privacy features.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 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.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.4.0+1
environment:
sdk: ">=3.5.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
ramp_flutter: ^4.0.1
flutter_platform_widgets: ^9.0.0
flutter_localizations:
sdk: flutter
intl: ^0.20.2
# Rust FFI libraries
ur:
path: packages/ur
http_tor:
path: packages/http_tor
backup:
path: packages/backup
foundation_api:
path: packages/foundation_api
ngwallet:
path: packages/ngwallet
shards:
path: packages/shards
# # qr_code_scanner fork
qr_code_scanner_plus:
git:
url: https://github.com/Foundation-Devices/qr_code_scanner.git
ref: 360893aedfed969a852a147bab6b8689f03e722c
video_player: ^2.10.1
tor: 0.1.1
qr_flutter: ^4.1.0
dots_indicator: ^4.0.1
flutter_secure_storage: ^9.2.2
shared_preferences: ^2.0.11
cbor: ^4.1.0
uuid: ^4.4.2
google_fonts: ^6.1.0
carousel_slider: ^5.1.1
url_launcher: ^6.2.5
email_validator: ^3.0.0
json_annotation: ^4.8.1
animations: ^2.0.2
share_plus: ^11.1.0
timeago: ^3.2.2
webfeed:
git:
url: https://github.com/foundation-devices/webfeed.git
ref: 22b45ac97e335f2564e94ff54657eb0fd0199245
flutter_svg: ^2.2.0
bip32: ^2.0.0
package_info_plus: ^8.1.2
permission_handler: ^12.0.1
flutter_html:
git:
url: https://github.com/foundation-devices/flutter_html.git
ref: abf22df735e644b7e13e4115ce3fb0c41b5219e8
pub_semver: ^2.1.1
flutter_riverpod: ^2.3.6
cupertino_icons: ^1.0.5
local_auth: ^2.3.0
rive: ^0.14.0-dev.8
file_saver: ^0.3.1
file_picker: ^10.3.1
intl_utils: ^2.8.2
schedulers:
git:
url: https://github.com/foundation-devices/schedulers_dart.git
ref: a9328d5a37054606c1b96b9ae26f02c8e93cc836
sembast: ^3.4.3+1
path_provider: ^2.1.2
stack_trace: ^1.11.0
freezed_annotation: ^2.2.0
go_router: ^16.1.0
wakelock_plus: ^1.1.1
cached_network_image: ^3.3.1
path: any
collection: any
html: any
crypto: any
typed_data: any
latlng: any
http: ^1.2.1
persistent_bottom_nav_bar: ^6.2.1
flutter_map: ^8.2.1
latlong2: ^0.9.1
flutter_map_tile_caching: ^10.1.1
in_app_purchase: ^3.2.3
archive: ^4.0.7
async: ^2.11.0
dependency_overrides:
watcher: ^1.1.0
dev_dependencies:
kebab_mcp:
path: packages/kebab_mcp
flutter_rust_bridge: 2.11.1
test: any
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_driver:
sdk: flutter
build_runner: ^2.1.5
json_serializable: ^6.0.1
mockito: ^5.1.0
custom_lint:
riverpod_lint:
freezed: ^2.3.4
screenshot: ^3.0.0
convert: any
flutter_lints:
flutter:
generate: true
# 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:
- google_fonts/
- assets/icons/
- assets/
- assets/videos/
- assets/anim/
- assets/images/
- assets/components/icons/
- assets/prime/
fonts:
- family: EnvoyIcons
fonts:
- asset: assets/EnvoyIcons.ttf
# 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: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
flutter_intl:
enabled: true