97 lines
1.8 KiB
YAML
97 lines
1.8 KiB
YAML
name: elcaju
|
|
description: "ElCaju - Tu wallet de ecash privado"
|
|
publish_to: 'none'
|
|
version: 0.0.1+1
|
|
|
|
environment:
|
|
sdk: ^3.6.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
intl: any
|
|
|
|
cupertino_icons: ^1.0.8
|
|
|
|
# CDK Flutter (Cashu backend)
|
|
cdk_flutter:
|
|
git:
|
|
url: https://github.com/cashubtc/cdk_flutter.git
|
|
|
|
# State Management
|
|
provider: ^6.1.2
|
|
|
|
# Storage
|
|
shared_preferences: ^2.2.0
|
|
flutter_secure_storage: ^9.0.0
|
|
path_provider: ^2.1.0
|
|
sqflite: ^2.3.0
|
|
sqflite_common_ffi: ^2.3.0
|
|
|
|
# Icons
|
|
lucide_icons: ^0.257.0
|
|
|
|
# Fonts
|
|
google_fonts: ^6.1.0
|
|
|
|
# QR Code
|
|
qr_flutter: ^4.1.0
|
|
share_plus: ^12.0.1
|
|
|
|
# URL Launcher
|
|
url_launcher: ^6.2.0
|
|
|
|
# HTTP client for mint API calls
|
|
http: ^1.2.0
|
|
|
|
# CBOR decoder for V4 tokens
|
|
cbor: ^6.3.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^5.0.0
|
|
flutter_launcher_icons: ^0.14.3
|
|
flutter_native_splash: ^2.4.4
|
|
|
|
# App Icon configuration
|
|
flutter_launcher_icons:
|
|
android: true
|
|
ios: false
|
|
image_path: "assets/img/elcajucubano.png"
|
|
adaptive_icon_background: "#1A0B2E"
|
|
adaptive_icon_foreground: "assets/img/elcajucubano.png"
|
|
min_sdk_android: 24
|
|
|
|
# Native Splash Screen configuration
|
|
flutter_native_splash:
|
|
color: "#1A0B2E"
|
|
image: "assets/img/elcajucubano.png"
|
|
android_12:
|
|
color: "#1A0B2E"
|
|
image: "assets/img/elcajucubano.png"
|
|
android: true
|
|
ios: false
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
generate: true
|
|
|
|
assets:
|
|
- assets/img/elcajucubano.png
|
|
- assets/img/cashu.png
|
|
- assets/img/cashuofficiallogo.jpg
|
|
|
|
# fonts:
|
|
# - family: Inter
|
|
# fonts:
|
|
# - asset: fonts/Inter-Regular.ttf
|
|
# - asset: fonts/Inter-Medium.ttf
|
|
# weight: 500
|
|
# - asset: fonts/Inter-SemiBold.ttf
|
|
# weight: 600
|
|
# - asset: fonts/Inter-Bold.ttf
|
|
# weight: 700
|