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
|
2023-04-26 23:47:50 +00:00
|
|
|
version: 1.7.4+164
|
2022-08-26 08:11:35 +00:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.17.0 <3.0.0"
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
ffi: ^2.0.1
|
|
|
|
mutex: ^3.0.0
|
2023-02-21 16:48:59 +00:00
|
|
|
websocket_universal: ^0.5.1
|
2022-08-26 08:11:35 +00:00
|
|
|
|
|
|
|
lelantus:
|
|
|
|
path: ./crypto_plugins/flutter_liblelantus
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
# firo_flutter:
|
|
|
|
# git:
|
|
|
|
# url: https://github.com/cypherstack/firo_flutter.git
|
|
|
|
# ref: update
|
|
|
|
# path: ./crypto_plugins/firo_flutter
|
|
|
|
|
|
|
|
bitcoindart:
|
|
|
|
git:
|
|
|
|
url: https://github.com/cypherstack/bitcoindart.git
|
2022-12-09 17:40:19 +00:00
|
|
|
ref: 004d6f82dff7389b561e5078b4649adcd2d9c10f
|
2022-08-26 08:11:35 +00:00
|
|
|
|
|
|
|
stack_wallet_backup:
|
|
|
|
git:
|
|
|
|
url: https://github.com/cypherstack/stack_wallet_backup.git
|
2023-01-26 16:05:49 +00:00
|
|
|
ref: e4b08d2b8965a5ae49bd57f598fa9011dd0c25e9
|
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
|
2023-04-26 21:12:36 +00:00
|
|
|
ref: 38847255d035c0f6ec5bc93d19130ec804cf90e9
|
2022-08-26 08:11:35 +00:00
|
|
|
|
|
|
|
# Utility plugins
|
|
|
|
# provider: ^6.0.1
|
|
|
|
http: ^0.13.4
|
|
|
|
local_auth: ^1.1.10
|
|
|
|
permission_handler: ^10.0.0
|
|
|
|
flutter_local_notifications: ^9.4.0
|
|
|
|
rxdart: ^0.27.3
|
|
|
|
# filesystem_picker: ^3.0.0-beta.1
|
|
|
|
zxcvbn: ^1.0.0
|
|
|
|
dart_numerics: ^0.0.6
|
|
|
|
|
2022-09-15 00:28:11 +00:00
|
|
|
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
|
|
|
|
ref: 3bef5acc21340f3cc78df0ad1dce5868a3ed68a5
|
2022-09-07 12:54:18 +00:00
|
|
|
bitbox:
|
|
|
|
git:
|
|
|
|
url: https://github.com/Quppy/bitbox-flutter.git
|
|
|
|
ref: ea65073efbaf395a5557e8cd7bd72f195cd7eb11
|
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
|
|
|
|
ref: 22279d4bb24ed541b431acd269a1bc50af0f36a0
|
2022-08-26 08:11:35 +00:00
|
|
|
bs58check: ^1.0.2
|
|
|
|
|
2022-12-13 17:39:19 +00:00
|
|
|
# Eth Plugins
|
2022-12-14 10:15:22 +00:00
|
|
|
web3dart: 2.3.5
|
2022-12-13 17:39:19 +00:00
|
|
|
string_to_hex: 0.2.2
|
2023-01-05 12:39:21 +00:00
|
|
|
ethereum_addresses: 1.0.2
|
2022-12-13 17:39:19 +00:00
|
|
|
|
2022-08-26 08:11:35 +00:00
|
|
|
# Storage plugins
|
|
|
|
flutter_secure_storage: ^5.0.2
|
|
|
|
hive: ^2.0.5
|
|
|
|
hive_flutter: ^1.1.0
|
|
|
|
path_provider: ^2.0.8
|
|
|
|
|
|
|
|
# UI/Component plugins
|
|
|
|
flutter_native_splash: ^2.2.4
|
|
|
|
animations: ^2.0.2
|
|
|
|
toast: ^0.1.5
|
|
|
|
flare_flutter: ^3.0.2
|
|
|
|
google_fonts: ^2.2.0
|
|
|
|
url_launcher: ^6.0.5
|
|
|
|
flutter_svg: ^1.0.1
|
|
|
|
flutter_feather_icons: ^2.0.0+1
|
|
|
|
flutter_spinkit: ^5.1.0
|
|
|
|
decimal: ^2.1.0
|
|
|
|
event_bus: ^2.0.0
|
|
|
|
uuid: ^3.0.5
|
|
|
|
flutter_rounded_date_picker: ^3.0.1
|
|
|
|
crypto: ^3.0.2
|
|
|
|
jsonrpc2: ^3.0.1
|
|
|
|
barcode_scan2: ^4.2.0
|
|
|
|
app_settings: ^4.1.1
|
|
|
|
wakelock: ^0.6.2
|
|
|
|
intl: ^0.17.0
|
|
|
|
devicelocale: ^0.5.0
|
2022-10-25 18:56:34 +00:00
|
|
|
device_info_plus: ^7.0.1
|
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-02-01 16:08:30 +00:00
|
|
|
share_plus: ^6.3.0
|
2022-08-26 08:11:35 +00:00
|
|
|
emojis: ^0.9.9
|
|
|
|
pointycastle: ^3.6.0
|
|
|
|
package_info_plus: ^1.4.2
|
|
|
|
lottie: ^1.3.0
|
2022-11-12 15:16:07 +00:00
|
|
|
# shared_preferences: ^2.0.15
|
2022-08-26 08:11:35 +00:00
|
|
|
file_picker: ^5.0.1
|
|
|
|
connectivity_plus: 2.3.6+1
|
|
|
|
# document_file_save_plus: ^1.0.5
|
2023-01-10 14:49:51 +00:00
|
|
|
isar: 3.0.5
|
|
|
|
isar_flutter_libs: 3.0.5 # contains the binaries
|
2022-09-19 21:45:42 +00:00
|
|
|
dropdown_button2: 1.7.2
|
2022-10-24 20:31:05 +00:00
|
|
|
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
|
2023-03-24 17:08:02 +00:00
|
|
|
rational: ^2.2.2
|
2022-08-26 08:11:35 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
integration_test:
|
|
|
|
sdk: flutter
|
|
|
|
build_runner: ^2.1.7
|
2022-11-22 20:55:26 +00:00
|
|
|
flutter_launcher_icons: ^0.11.0
|
2022-08-26 08:11:35 +00:00
|
|
|
hive_generator: ^1.1.2
|
|
|
|
dependency_validator: ^3.1.2
|
|
|
|
hive_test: ^1.0.1
|
|
|
|
mockito: ^5.1.0
|
|
|
|
mockingjay: ^0.2.0
|
|
|
|
# lint: ^1.10.0
|
|
|
|
analyzer: ^4.6.0
|
|
|
|
import_sorter: ^4.6.0
|
|
|
|
flutter_lints: ^2.0.1
|
2023-01-10 14:49:51 +00:00
|
|
|
isar_generator: 3.0.5
|
2022-08-26 08:11:35 +00:00
|
|
|
|
|
|
|
flutter_icons:
|
|
|
|
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
|
|
|
|
image_path: assets/icon/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:
|
|
|
|
bip39:
|
|
|
|
git:
|
|
|
|
url: https://github.com/cypherstack/stack-bip39.git
|
|
|
|
ref: 3bef5acc21340f3cc78df0ad1dce5868a3ed68a5
|
|
|
|
crypto: 3.0.2
|
|
|
|
# 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-04-17 15:56:51 +00:00
|
|
|
- assets/images/chan-persona-incognito.png
|
|
|
|
- assets/images/chan-persona-easy.png
|
2022-08-26 08:11:35 +00:00
|
|
|
- assets/images/splash.png
|
|
|
|
- assets/icon/icon.png
|
|
|
|
- google_fonts/
|
|
|
|
- assets/svg/circle-check.svg
|
|
|
|
- assets/svg/clipboard.svg
|
2022-11-20 00:04:53 +00:00
|
|
|
- assets/images/glasses.png
|
|
|
|
- assets/images/glasses-hidden.png
|
2023-03-17 15:01:52 +00:00
|
|
|
- assets/svg/unclaimed.svg
|
2022-08-26 08:11:35 +00:00
|
|
|
- assets/svg/plus.svg
|
|
|
|
- assets/svg/gear.svg
|
|
|
|
- assets/svg/bell.svg
|
|
|
|
- assets/svg/arrow-left-fa.svg
|
|
|
|
- assets/svg/copy-fa.svg
|
|
|
|
- assets/svg/star.svg
|
|
|
|
- assets/svg/x-circle.svg
|
|
|
|
- assets/svg/check.svg
|
|
|
|
- assets/svg/alert-circle.svg
|
|
|
|
- assets/svg/alert-circle2.svg
|
|
|
|
- assets/svg/arrow-down-left.svg
|
|
|
|
- assets/svg/arrow-up-right.svg
|
|
|
|
- assets/svg/bars.svg
|
|
|
|
- assets/svg/filter.svg
|
|
|
|
- assets/svg/pending.svg
|
|
|
|
- assets/svg/signal-stream.svg
|
|
|
|
- assets/svg/Ellipse-43.svg
|
|
|
|
- assets/svg/Ellipse-42.svg
|
|
|
|
- assets/svg/arrow-rotate.svg
|
|
|
|
- assets/svg/arrow-rotate2.svg
|
|
|
|
- assets/svg/qrcode1.svg
|
|
|
|
- assets/svg/gear-3.svg
|
|
|
|
- assets/svg/swap.svg
|
|
|
|
- assets/svg/chevron-down.svg
|
2022-11-02 16:01:03 +00:00
|
|
|
- assets/svg/chevron-up.svg
|
2022-08-26 08:11:35 +00:00
|
|
|
- assets/svg/lock-keyhole.svg
|
2022-11-18 22:05:15 +00:00
|
|
|
- assets/svg/lock-open.svg
|
2022-08-26 08:11:35 +00:00
|
|
|
- assets/svg/folder-down.svg
|
|
|
|
- assets/svg/network-wired.svg
|
2022-11-02 20:24:41 +00:00
|
|
|
- assets/svg/network-wired-2.svg
|
2022-08-26 08:11:35 +00:00
|
|
|
- assets/svg/address-book.svg
|
2022-09-19 19:34:27 +00:00
|
|
|
- assets/svg/address-book2.svg
|
2022-08-26 08:11:35 +00:00
|
|
|
- assets/svg/arrow-right.svg
|
|
|
|
- assets/svg/delete.svg
|
|
|
|
- assets/svg/dollar-sign.svg
|
|
|
|
- assets/svg/sun-bright2.svg
|
|
|
|
- assets/svg/language2.svg
|
|
|
|
- assets/svg/pen-solid-fa.svg
|
|
|
|
- assets/svg/magnifying-glass.svg
|
|
|
|
- assets/svg/x.svg
|
|
|
|
- assets/svg/x-fat.svg
|
|
|
|
- assets/svg/user.svg
|
2023-01-06 22:31:04 +00:00
|
|
|
- assets/svg/user-plus.svg
|
|
|
|
- assets/svg/user-minus.svg
|
2022-08-26 08:11:35 +00:00
|
|
|
- assets/svg/trash.svg
|
|
|
|
- assets/svg/eye.svg
|
|
|
|
- assets/svg/eye-slash.svg
|
|
|
|
- assets/svg/folder.svg
|
|
|
|
- assets/svg/calendar-days.svg
|
|
|
|
- assets/svg/circle-question.svg
|
|
|
|
- assets/svg/info-circle.svg
|
|
|
|
- assets/svg/key.svg
|
|
|
|
- assets/svg/node-alt.svg
|
|
|
|
- assets/svg/signal-problem-alt.svg
|
|
|
|
- assets/svg/signal-sync-alt.svg
|
|
|
|
- assets/svg/wallet-settings.svg
|
|
|
|
- assets/svg/ellipsis-vertical1.svg
|
|
|
|
- assets/svg/dice-alt.svg
|
|
|
|
- assets/svg/circle-arrow-up-right2.svg
|
|
|
|
- assets/svg/loader.svg
|
|
|
|
- assets/svg/add-backup.svg
|
|
|
|
- assets/svg/auto-backup.svg
|
|
|
|
- assets/svg/restore-backup.svg
|
|
|
|
- assets/svg/sliders-solid.svg
|
|
|
|
- assets/svg/message-question.svg
|
|
|
|
- assets/svg/envelope.svg
|
2022-09-06 01:18:45 +00:00
|
|
|
- assets/svg/share-2.svg
|
2022-09-06 21:51:22 +00:00
|
|
|
- assets/svg/tx-icon-anonymize.svg
|
|
|
|
- assets/svg/tx-icon-anonymize-pending.svg
|
|
|
|
- assets/svg/tx-icon-anonymize-failed.svg
|
2022-10-03 17:58:19 +00:00
|
|
|
- assets/svg/Polygon.svg
|
2022-10-19 22:13:27 +00:00
|
|
|
- assets/svg/Button.svg
|
2022-11-10 22:11:17 +00:00
|
|
|
- assets/svg/enabled-button.svg
|
2022-10-19 22:13:27 +00:00
|
|
|
- assets/svg/lock-circle.svg
|
|
|
|
- assets/svg/dollar-sign-circle.svg
|
|
|
|
- assets/svg/language-circle.svg
|
|
|
|
- assets/svg/rotate-circle.svg
|
|
|
|
- assets/svg/sun-circle.svg
|
2022-10-20 17:54:24 +00:00
|
|
|
- assets/svg/node-circle.svg
|
2022-10-26 21:04:04 +00:00
|
|
|
- assets/svg/address-book-desktop.svg
|
|
|
|
- assets/svg/about-desktop.svg
|
|
|
|
- assets/svg/exchange-desktop.svg
|
|
|
|
- assets/svg/wallet-desktop.svg
|
|
|
|
- assets/svg/exit-desktop.svg
|
2022-10-28 19:51:25 +00:00
|
|
|
- assets/svg/keys.svg
|
2022-10-31 18:03:21 +00:00
|
|
|
- assets/svg/arrow-down.svg
|
2022-11-11 22:58:47 +00:00
|
|
|
- assets/svg/plus-circle.svg
|
2022-12-21 16:17:53 +00:00
|
|
|
- assets/svg/circle-plus-filled.svg
|
2022-11-15 21:12:55 +00:00
|
|
|
- assets/svg/configuration.svg
|
2023-01-16 13:19:32 +00:00
|
|
|
- assets/svg/tokens.svg
|
|
|
|
- assets/svg/circle-plus.svg
|
2023-01-31 15:17:25 +00:00
|
|
|
- assets/svg/robot-head.svg
|
|
|
|
- assets/svg/whirlpool.svg
|
2023-02-13 20:16:26 +00:00
|
|
|
- assets/svg/fingerprint.svg
|
2023-02-13 22:01:18 +00:00
|
|
|
- assets/svg/faceid.svg
|
2023-03-13 15:33:20 +00:00
|
|
|
- assets/svg/chevron-right.svg
|
|
|
|
- assets/svg/minimize.svg
|
|
|
|
- assets/svg/wallet-fa.svg
|
|
|
|
- assets/svg/exchange-3.svg
|
|
|
|
- assets/svg/message-question-1.svg
|
|
|
|
- assets/svg/drd-icon.svg
|
|
|
|
- assets/svg/box-auto.svg
|
|
|
|
- assets/svg/framed-address-book.svg
|
|
|
|
- assets/svg/framed-gear.svg
|
2023-03-15 18:01:10 +00:00
|
|
|
- assets/svg/list-ul.svg
|
2023-03-22 20:00:01 +00:00
|
|
|
- assets/svg/cc.svg
|
2023-02-10 21:10:00 +00:00
|
|
|
|
|
|
|
|
2022-08-26 08:11:35 +00:00
|
|
|
# coin icons
|
2023-02-14 00:19:41 +00:00
|
|
|
- assets/svg/coin_icons/
|
|
|
|
|
2023-03-06 16:34:41 +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
|
|
|
|
2022-11-18 18:26:27 +00:00
|
|
|
# theme selectors
|
|
|
|
- assets/svg/dark-theme.svg
|
|
|
|
- assets/svg/light-mode.svg
|
|
|
|
- assets/svg/ocean-breeze-theme.svg
|
2023-01-05 01:19:36 +00:00
|
|
|
- assets/svg/oled-black-theme.svg
|
2023-01-23 17:58:06 +00:00
|
|
|
- assets/svg/fruit-sorbet-theme.svg
|
2023-02-09 21:37:25 +00:00
|
|
|
- assets/svg/forest-theme.svg
|
2023-03-17 17:44:30 +00:00
|
|
|
- assets/svg/chanstheme.svg
|
2023-03-20 15:46:23 +00:00
|
|
|
- assets/svg/darkChansTheme.svg
|
2023-04-03 16:27:18 +00:00
|
|
|
- assets/svg/orange-theme.svg
|
2022-11-18 18:26:27 +00:00
|
|
|
|
|
|
|
# light theme specific
|
2023-03-13 15:33:20 +00:00
|
|
|
- assets/svg/themed/light/
|
2022-11-18 18:26:27 +00:00
|
|
|
|
|
|
|
# dark theme specific
|
2023-03-13 15:33:20 +00:00
|
|
|
- assets/svg/themed/dark/
|
2022-11-18 18:26:27 +00:00
|
|
|
|
2023-01-23 22:36:13 +00:00
|
|
|
# ocean theme specific
|
2023-03-13 15:33:20 +00:00
|
|
|
- assets/svg/themed/oceanBreeze/
|
2022-11-18 18:26:27 +00:00
|
|
|
|
2023-01-06 16:50:05 +00:00
|
|
|
# OLED black theme specific
|
2023-03-13 15:33:20 +00:00
|
|
|
- assets/svg/themed/oledBlack/
|
2023-01-06 16:50:05 +00:00
|
|
|
|
2023-01-23 22:36:13 +00:00
|
|
|
# fruit sorbet theme specific
|
2023-03-13 15:33:20 +00:00
|
|
|
- assets/svg/themed/fruitSorbet/
|
2023-01-23 22:36:13 +00:00
|
|
|
|
2023-02-10 21:10:00 +00:00
|
|
|
# forest theme specific
|
2023-03-13 15:33:20 +00:00
|
|
|
- assets/svg/themed/forest/
|
2023-02-10 21:10:00 +00:00
|
|
|
|
2023-04-01 03:43:21 +00:00
|
|
|
# orange theme specific
|
|
|
|
- assets/svg/themed/orange/
|
|
|
|
|
2023-01-16 00:09:11 +00:00
|
|
|
# buy
|
2023-03-13 15:33:20 +00:00
|
|
|
- assets/svg/buy/
|
2023-01-16 00:09:11 +00:00
|
|
|
|
2023-03-13 17:49:39 +00:00
|
|
|
|
|
|
|
# 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-03-13 17:49:39 +00:00
|
|
|
|
2023-03-21 15:29:58 +00:00
|
|
|
# gifs
|
|
|
|
- assets/gif/
|
|
|
|
|
2023-03-17 21:44:37 +00:00
|
|
|
# coin gifs
|
|
|
|
- assets/gif/coins/bitcoin/
|
|
|
|
- assets/gif/coins/bitcoincash/
|
|
|
|
- assets/gif/coins/dogecoin/
|
|
|
|
- assets/gif/coins/epicCash/
|
|
|
|
- assets/gif/coins/ethereum/
|
|
|
|
- assets/gif/coins/firo/
|
|
|
|
- assets/gif/coins/litecoin/
|
|
|
|
- assets/gif/coins/monero/
|
|
|
|
- assets/gif/coins/namecoin/
|
|
|
|
- assets/gif/coins/particl/
|
|
|
|
- assets/gif/coins/wownero/
|
2023-03-13 17:49:39 +00:00
|
|
|
|
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\/*
|