mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 09:17:35 +00:00
bbba41396d
* refactor: remove bitcoin_flutter, update deps, electrs node improvements * feat: connecting/disconnecting improvements, fix rescan by date, scanning message * chore: print * Update pubspec.yaml * Update pubspec.yaml * handle null sockets, retry connection on connect failure * fix imports * fix transaction history * fix RBF * minor fixes/readability enhancements [skip ci] --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com> Co-authored-by: Matthew Fosse <matt@fosse.co>
39 lines
743 B
YAML
39 lines
743 B
YAML
name: cw_tron
|
|
description: A new Flutter package project.
|
|
version: 0.0.1
|
|
publish_to: none
|
|
homepage: https://cakewallet.com
|
|
|
|
environment:
|
|
sdk: '>=3.0.6 <4.0.0'
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cw_core:
|
|
path: ../cw_core
|
|
cw_evm:
|
|
path: ../cw_evm
|
|
on_chain:
|
|
git:
|
|
url: https://github.com/cake-tech/On_chain
|
|
ref: cake-update-v2
|
|
blockchain_utils:
|
|
git:
|
|
url: https://github.com/cake-tech/blockchain_utils
|
|
ref: cake-update-v2
|
|
mobx: ^2.3.0+1
|
|
bip39: ^1.0.6
|
|
hive: ^2.2.3
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.0
|
|
build_runner: ^2.3.3
|
|
mobx_codegen: ^2.1.1
|
|
hive_generator: ^1.1.3
|
|
flutter:
|
|
# assets:
|
|
# - images/a_dot_burr.jpeg
|