-
Notifications
You must be signed in to change notification settings - Fork 27
/
pubspec.yaml
134 lines (124 loc) · 3.13 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
name: bb_mobile
description: Bull Bitcoin Mobile Wallet
publish_to: "none"
version: 0.3.2+23
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
bdk_flutter:
# ^0.31.2-dev
# ^0.28.3
# path: ../bdk-flutter
# git:
# url: https://github.com/LtbLightning/bdk-flutter
# ref: pre-compiled-binaries
git:
url: https://github.com/LtbLightning/bdk-flutter
ref: 6cbadd9d7267d0fbb8626dfb403fb5d562046543
cupertino_icons: ^1.0.2
flutter_bloc: ^8.1.5
freezed: ^2.4.5
get_it: ^7.2.0
extra_alignments: ^1.0.0+1
flextras: ^1.0.0
flutter_animate: ^4.1.0
gap: ^3.0.1
go_router: ^14.0.2
google_fonts: ^6.2.1
flutter_secure_storage: ^9.1.0
json_annotation: ^4.7.0
flutter_hooks: ^0.20.3
flutter_barcode_scanner: ^2.0.0
# file_picker: ^5.2.3
# nfc_manager: ^3.2.0
modal_bottom_sheet: ^3.0.0-pre
font_awesome_flutter: ^10.3.0
path_provider: ^2.0.15
carousel_slider: ^4.2.1
qr_flutter: ^4.1.0
flutter_translate: ^4.0.3
# flutter_localizations:
# sdk: flutter
dio: ^5.2.1+1
timeago: ^3.3.0
pattern_formatter: ^3.0.0
flutter_native_splash: ^2.4.0
url_launcher: ^6.1.10
file_picker: ^8.0.3
loading_animation_widget: ^1.2.0+4
bitcoin_utils: ^0.0.1
# permission_handler: ^11.0.1
# widgetbook: ^3.0.0-beta.14
# widgetbook_annotation: ^3.0.0-beta.7
flutter_dotenv: ^5.1.0
# uni_links: ^0.5.1
document_file_save_plus: ^2.0.0
hive: ^2.2.3
flutter_file_dialog: ^3.0.1
currency_text_input_formatter: ^2.1.10
intl: ^0.18.1
hex: ^0.2.0
bloc_concurrency: ^0.2.5
# flutter_zxing: ^1.4.1
flutter_keyboard_visibility: ^6.0.0
# currency_text_input_formatter: ^2.1.10
pointycastle: ^3.1.3
auto_size_text: ^3.0.0
no_screenshot: ^0.0.1+6
flutter_svg: ^2.0.10+1
boltz_dart:
git:
url: https://github.com/SatoshiPortal/boltz-dart.git
ref: trunk
lwk_dart:
git:
url: https://github.com/SatoshiPortal/lwk-dart.git
ref: trunk
oktoast: ^3.4.0
lottie: ^3.1.0
share_plus: ^9.0.0
dev_dependencies:
build_runner: ^2.4.9
# flutter_lints: ^2.0.1
lint: ^2.0.1
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
json_serializable: ^6.5.4
bloc_test: ^9.1.7
mocktail: ^1.0.1
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
assets:
- assets/i18n/
- assets/images/
- assets/
# - assets/textlogo.png
# - assets/nfc_scan.png
# - assets/cc-logo.png
# - assets/bb-logo2.png
# - assets/bb-white.png
# - assets/arrow_down.png
# - assets/arrow_down_white.png
# - assets/request-payment.svg
# - assets/new-address.svg
- assets/bip39_english.txt
flutter_native_splash:
background_image: "assets/splash.png"
android_12:
color: "#C50909"
image: assets/bb-logo-white-splash.png
# icon_background_color: "#C50909"
icon_background_color: "#C50909"
color_android: "#C50909"
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/iconnew.png"
min_sdk_android: 21 # android min sdk min:16, default 21
adaptive_icon_background: "#FBFBFB"
adaptive_icon_foreground: "assets/iconnew-red.png"