-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
78 lines (56 loc) · 1.5 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
name: bijli_ln_wallet
description: A non-custodial Bitcoin Lightning wallet.
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.0.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
# UI Kit for Bitcoin-related features
bitcoin_ui_kit:
git:
url: https://github.com/aniketambore/bitcoinuikit-flutter.git
ref: alternative-implementation
# Platform-specific file and directory access
path_provider: ^2.0.12
# Lightning Development Kit (LDK) for Flutter
ldk_node: ^0.1.2
# Icons for Bitcoin-related features
bitcoin_icons: ^0.0.4
# QR code generation and scanning
qr_flutter: ^4.1.0
# Share functionality
share_plus: ^7.1.0
# Notification and snack bar library
another_flushbar: ^1.12.30
# Floating action button with bubble menu
floating_action_bubble: ^1.1.4
# Value equality and comparison for Dart
equatable: ^2.0.5
# BOLT11 invoice decoding
bolt11_decoder: ^1.0.2
# Auto-sizing text widget
auto_size_text: ^3.0.0
# Secure storage for sensitive data
flutter_secure_storage: ^9.0.0
# BIP39 mnemonic code for generating deterministic keys
bip39: ^1.0.6
# Logging utility
logger: ^2.0.2+1
# Declarative routing library
routemaster: ^1.0.1
# State management library
flutter_bloc: ^8.1.3
# Confetti animation library
confetti: ^0.7.0
# Reactive Extensions (Rx) for Dart
rxdart: ^0.27.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter:
uses-material-design: true
assets:
- assets/