stack_wallet/pubspec.yaml

341 lines
9.2 KiB
YAML
Raw Normal View History

2022-08-26 08:11:35 +00:00
name: stackwallet
description: Stack Wallet
# 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
2024-04-23 21:51:10 +00:00
version: 2.0.0+219
2022-08-26 08:11:35 +00:00
environment:
2023-05-30 16:30:38 +00:00
sdk: ">=3.0.2 <4.0.0"
2024-01-18 19:17:29 +00:00
flutter: ^3.16.0
2022-08-26 08:11:35 +00:00
dependencies:
flutter:
sdk: flutter
ffi: ^2.0.1
mutex: ^3.0.0
2024-04-22 23:04:57 +00:00
web_socket_channel: ^2.4.5
2022-08-26 08:11:35 +00:00
lelantus:
path: ./crypto_plugins/flutter_liblelantus
2024-01-18 20:02:41 +00:00
frostdart:
path: ./crypto_plugins/frostdart
2023-11-28 16:13:10 +00:00
flutter_libsparkmobile:
2024-01-03 16:52:48 +00:00
git:
url: https://github.com/cypherstack/flutter_libsparkmobile.git
2024-04-15 22:51:05 +00:00
ref: 65a6676e37f1bcaf2e293afbd50e50c81394276c
2023-11-28 16:13:10 +00:00
2022-08-26 08:11:35 +00:00
flutter_libmonero:
path: ./crypto_plugins/flutter_libmonero
cw_monero:
path: ./crypto_plugins/flutter_libmonero/cw_monero
2022-09-27 08:09:31 +00:00
cw_wownero:
path: ./crypto_plugins/flutter_libmonero/cw_wownero
2022-08-26 08:11:35 +00:00
cw_core:
path: ./crypto_plugins/flutter_libmonero/cw_core
flutter_libepiccash:
path: ./crypto_plugins/flutter_libepiccash
bitcoindart:
git:
url: https://github.com/cypherstack/bitcoindart.git
2023-06-07 16:45:42 +00:00
ref: af6d6c27edfe2e7cc35772ed2684eb4cc826f0e4
2022-08-26 08:11:35 +00:00
stack_wallet_backup:
git:
url: https://github.com/cypherstack/stack_wallet_backup.git
2023-06-05 13:39:13 +00:00
ref: ee1da8a9ba1cbeb50c5b354ea1fd5a25b7c5a3ed
2022-08-26 08:11:35 +00:00
2022-12-16 22:49:37 +00:00
bip47:
git:
url: https://github.com/cypherstack/bip47.git
2024-01-15 16:45:25 +00:00
ref: a6e7941b98a43a613708b1a12564bc17e712cfc7
2022-08-26 08:11:35 +00:00
tor_ffi_plugin:
2023-09-16 00:03:46 +00:00
git:
url: https://github.com/cypherstack/tor.git
2024-02-19 21:56:31 +00:00
ref: e37dc4e22f7acb2746b70bdc935f0eb3c50b8b71
2023-05-17 21:27:13 +00:00
fusiondart:
git:
url: https://github.com/cypherstack/fusiondart.git
2024-03-22 21:46:45 +00:00
ref: 7dd8ff0dc9cb0caaac795fa44841a26437edfec3
2022-08-26 08:11:35 +00:00
# Utility plugins
2023-06-05 13:39:13 +00:00
http: ^0.13.0
2022-08-26 08:11:35 +00:00
local_auth: ^1.1.10
permission_handler: ^11.0.0
flutter_local_notifications: ^17.0.0
2022-08-26 08:11:35 +00:00
rxdart: ^0.27.3
zxcvbn: ^1.0.0
dart_numerics: ^0.0.6
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size
2022-08-26 08:11:35 +00:00
# Bitcoin plugins
bip39:
git:
url: https://github.com/cypherstack/stack-bip39.git
2023-06-07 16:10:46 +00:00
ref: 0cd6d54e2860bea68fc50c801cb9db2a760192fb
bitbox:
git:
2023-05-17 19:14:16 +00:00
url: https://github.com/PiRK/bitbox-flutter.git
ref: 50bf29957514a5712466ba37590a851212a244bf
2022-08-26 08:11:35 +00:00
bip32: ^2.0.0
2022-09-13 13:12:21 +00:00
bech32:
git:
url: https://github.com/cypherstack/bech32.git
2023-06-07 16:45:42 +00:00
ref: b6d2a5b4cd17311d917787c0f9505f04932659b1
2022-08-26 08:11:35 +00:00
bs58check: ^1.0.2
2022-12-13 17:39:19 +00:00
# Eth Plugins
2023-06-05 13:39:13 +00:00
web3dart: 2.6.1
ethereum_addresses: 1.0.2
2022-12-13 17:39:19 +00:00
2022-08-26 08:11:35 +00:00
# Storage plugins
2023-06-05 13:39:13 +00:00
flutter_secure_storage: ^8.0.0
2022-08-26 08:11:35 +00:00
hive: ^2.0.5
hive_flutter: ^1.1.0
2023-06-05 13:39:13 +00:00
path_provider: ^2.0.15
2022-08-26 08:11:35 +00:00
# UI/Component plugins
flutter_native_splash: ^2.2.4
2023-06-05 13:39:13 +00:00
google_fonts: ^4.0.4
2022-08-26 08:11:35 +00:00
url_launcher: ^6.0.5
2023-09-12 15:42:50 +00:00
flutter_svg: ^2.0.7
2022-08-26 08:11:35 +00:00
flutter_feather_icons: ^2.0.0+1
decimal: ^2.1.0
event_bus: ^2.0.0
uuid: ^3.0.5
flutter_rounded_date_picker: ^3.0.1
crypto: ^3.0.2
2023-06-21 18:08:39 +00:00
barcode_scan2: ^4.2.3
2022-08-26 08:11:35 +00:00
wakelock: ^0.6.2
intl: ^0.17.0
2023-06-05 13:39:13 +00:00
devicelocale: ^0.6.0
device_info_plus: ^9.0.2
2022-08-26 08:11:35 +00:00
keyboard_dismisser: ^3.0.0
another_flushbar: ^1.10.28
tuple: ^2.0.0
flutter_riverpod: ^1.0.3
qr_flutter: ^4.0.0
2023-06-05 13:39:13 +00:00
share_plus: ^7.0.2
2022-08-26 08:11:35 +00:00
emojis: ^0.9.9
pointycastle: ^3.6.0
2023-06-05 13:39:13 +00:00
package_info_plus: ^4.0.2
lottie: ^2.3.2
file_picker: ^5.5.0
2023-06-05 13:39:13 +00:00
connectivity_plus: ^4.0.1
2023-01-10 14:49:51 +00:00
isar: 3.0.5
isar_flutter_libs: 3.0.5 # contains the binaries
2023-06-05 13:39:13 +00:00
dropdown_button2: ^2.1.3
string_validator: ^0.3.0
2023-02-03 19:22:21 +00:00
equatable: ^2.0.5
2023-03-15 15:48:39 +00:00
async: ^2.10.0
2023-03-03 17:35:43 +00:00
dart_bs58: ^1.0.1
dart_bs58check: ^3.0.2
hex: ^0.2.0
archive: ^3.3.2
desktop_drop: ^0.4.1
2023-05-19 10:20:16 +00:00
nanodart: ^2.0.0
2023-05-26 21:17:09 +00:00
basic_utils: ^5.5.4
2023-09-14 20:45:30 +00:00
stellar_flutter_sdk: ^1.5.3
socks_socket:
2023-10-02 20:04:08 +00:00
git:
url: https://github.com/cypherstack/socks_socket.git
ref: master
2023-08-23 14:20:17 +00:00
bip340: ^0.2.0
2023-11-21 19:44:21 +00:00
# tezart: ^2.0.5
tezart:
git:
url: https://github.com/cypherstack/tezart.git
ref: 8a7070f533e63dd150edae99476f6853bfb25913
2023-08-07 16:46:34 +00:00
socks5_proxy: ^1.0.3+dev.3
2023-09-22 19:20:19 +00:00
convert: ^3.1.1
2023-10-16 18:00:35 +00:00
flutter_hooks: ^0.20.3
meta: ^1.9.1
2024-04-12 20:01:45 +00:00
coinlib_flutter: ^2.0.0
electrum_adapter:
git:
url: https://github.com/cypherstack/electrum_adapter.git
ref: 9e9441fc1e9ace8907256fff05fe2c607b0933b6
stream_channel: ^2.1.0
solana:
git: # TODO: Revert to official package once Tor support is merged upstream.
url: https://github.com/cypherstack/espresso-cash-public.git
ref: 2d7189d31f1bfd5d6779268c81a897f03f339f5d # tor branch.
path: packages/solana
2022-08-26 08:11:35 +00:00
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
build_runner: ^2.1.7
2023-07-19 18:43:42 +00:00
flutter_launcher_icons: ^0.13.1
2023-05-30 16:30:38 +00:00
hive_generator: ^2.0.0
2022-08-26 08:11:35 +00:00
dependency_validator: ^3.1.2
hive_test: ^1.0.1
2023-05-30 16:30:38 +00:00
mockito: ^5.4.1
2022-08-26 08:11:35 +00:00
mockingjay: ^0.2.0
# lint: ^1.10.0
2023-05-30 16:30:38 +00:00
analyzer: ^5.13.0
2022-08-26 08:11:35 +00:00
import_sorter: ^4.6.0
flutter_lints: ^3.0.1
2023-01-10 14:49:51 +00:00
isar_generator: 3.0.5
2022-08-26 08:11:35 +00:00
2023-07-19 18:43:42 +00:00
flutter_launcher_icons:
2022-08-26 08:11:35 +00:00
android: true
ios: true
image_path: assets/icon/icon.png
image_path_android: assets/icon/app_icon_alpha.png
image_path_ios: assets/icon/icon.png
remove_alpha_ios: true
2022-11-22 20:55:26 +00:00
windows:
generate: true
image_path: assets/icon/icon.png
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
2023-07-19 18:43:42 +00:00
image_path: assets/icon/macos-icon.png
2022-08-26 08:11:35 +00:00
flutter_native_splash:
image: assets/images/splash.png
color: "F7F7F7"
android_disable_fullscreen: true
dependency_overrides:
bip47:
git:
url: https://github.com/cypherstack/bip47.git
2024-01-15 16:45:25 +00:00
ref: a6e7941b98a43a613708b1a12564bc17e712cfc7
# required for dart 3, at least until a fix is merged upstream
2023-06-05 13:39:13 +00:00
wakelock_windows:
git:
2023-06-19 18:51:31 +00:00
url: https://github.com/diegotori/wakelock
ref: 2a9bca63a540771f241d688562351482b2cf234c
2023-06-05 13:39:13 +00:00
path: wakelock_windows
# required for libmonero - can remove once libmonero has been updated, PR has been merged in swb
2023-06-05 13:39:13 +00:00
stack_wallet_backup:
git:
url: https://github.com/cypherstack/stack_wallet_backup.git
ref: ee1da8a9ba1cbeb50c5b354ea1fd5a25b7c5a3ed
# required override for nanodart
2022-08-26 08:11:35 +00:00
bip39:
git:
url: https://github.com/cypherstack/stack-bip39.git
2023-06-07 16:10:46 +00:00
ref: 0cd6d54e2860bea68fc50c801cb9db2a760192fb
file_picker:
git:
url: https://github.com/muttsu-623/flutter_file_picker.git
ref: f0930d9fa79d347b2a0e25a7de4f5a4a88a9a907
2022-08-26 08:11:35 +00:00
crypto: 3.0.2
2023-06-12 19:03:32 +00:00
analyzer: ^5.2.0
2023-07-28 19:15:34 +00:00
pinenacl: ^0.3.3
2024-03-20 00:50:42 +00:00
xdg_directories: ^0.2.0
# flutter_local_notifications_linux: ^0.5.0+1 # Overridden by Solana's package (from espresso_cash
# _public). Disabled for compatibility reasons, may affect Linux desktop notifications.
2024-03-20 00:50:42 +00:00
process: ^4.0.0
file: ^6.0.0
http: ^0.13.0
2022-08-26 08:11:35 +00:00
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# 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
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
2023-11-20 15:15:36 +00:00
- assets/images/
- assets/icon/
2022-08-26 08:11:35 +00:00
- google_fonts/
2023-10-20 16:38:47 +00:00
- assets/svg/
2023-02-10 21:10:00 +00:00
# coin control icons
- assets/svg/coin_control/
2022-08-26 08:11:35 +00:00
# socials
2023-03-13 15:33:20 +00:00
- assets/svg/socials/
2022-10-03 18:24:37 +00:00
# exchange icons
2023-03-13 15:33:20 +00:00
- assets/svg/exchange_icons/
2022-08-26 08:11:35 +00:00
# buy
2023-03-13 15:33:20 +00:00
- assets/svg/buy/
2023-09-20 20:39:06 +00:00
# gif
- assets/gif/
# lottie animations
# basic
- assets/lottie/test2.json
2023-04-20 23:39:16 +00:00
- assets/lottie/icon_send.json
- assets/lottie/loader_and_checkmark.json
2023-04-21 18:18:59 +00:00
- assets/lottie/arrow_rotate.json
2023-09-15 16:20:01 +00:00
- assets/lottie/onion_animation.json
# default themes_testing
- assets/default_themes/
2022-08-26 08:11:35 +00:00
# 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
import_sorter:
comments: false # Optional, defaults to true
ignored_files: # Optional, defaults to []
- \/test\/*
- \/crypto_plugins\/*
2022-11-23 00:56:14 +00:00
- \/integration_test\/*