mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
68926c0a33
Some checks are pending
Cache Dependencies / test (push) Waiting to run
* Add Litecoin Hardware Wallet Creation * Add Litecoin Hardware Wallet Creation * Fix Bitcoin not sending on Ledger * Fixes to sending LTC using Ledger * CW-679 Fix merge conflicts * CW-679 Fix merge conflicts * CW-679 Minor fixes * CW-679 Add derivation Path of change address * ledger flutter plus refactoring * ledger flutter plus refactoring * ledger flutter plus refactoring * Ups :| * Ups :| I forgot USB * Handle BT Off * Fix Issue with A14 and USB * Small Ledger Quality of life improvements * Small Ledger Quality of life improvements * Small Ledger Quality of life improvements * Small Ledger Quality of life improvements * Small Ledger Quality of life improvements * Small Ledger Quality of life improvements * Small Ledger Quality of life improvements * Pls work * Pls work * Pls work * Pls work * Fix overpopulation * Fix ble device detection and support for Stax and Flex * clean up pubspec * clean up * MWeb merge fix * MWeb merge fix * Fix Merge conflicts * Fix Requested changes
59 lines
1.1 KiB
YAML
59 lines
1.1 KiB
YAML
name: cw_evm
|
|
description: A new Flutter package project.
|
|
version: 0.0.1
|
|
publish_to: none
|
|
author: Cake Wallet
|
|
homepage: https://cakewallet.com
|
|
|
|
environment:
|
|
sdk: '>=3.0.6 <4.0.0'
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
web3dart: ^2.7.1
|
|
eth_sig_util: ^0.0.9
|
|
erc20: ^1.0.1
|
|
bip39: ^1.0.6
|
|
bip32: ^2.0.0
|
|
hex: ^0.2.0
|
|
http: ^1.1.0
|
|
hive: ^2.2.3
|
|
collection: ^1.17.1
|
|
shared_preferences: ^2.0.15
|
|
mobx: ^2.0.7+4
|
|
cw_core:
|
|
path: ../cw_core
|
|
ledger_flutter_plus: ^1.4.1
|
|
ledger_ethereum:
|
|
git:
|
|
url: https://github.com/cake-tech/ledger-flutter-plus-plugins
|
|
path: packages/ledger-ethereum
|
|
|
|
dependency_overrides:
|
|
web3dart:
|
|
git:
|
|
url: https://github.com/cake-tech/web3dart.git
|
|
ref: cake
|
|
watcher: ^1.1.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
build_runner: ^2.4.7
|
|
mobx_codegen: ^2.0.7
|
|
hive_generator: ^1.1.3
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter:
|
|
# assets:
|
|
# - images/a_dot_burr.jpeg
|
|
# - images/a_dot_ham.jpeg
|
|
#
|
|
# fonts:
|
|
# - family: Schyler
|
|
# fonts:
|
|
# - asset: fonts/Schyler-Regular.ttf
|
|
# - asset: fonts/Schyler-Italic.ttf
|
|
# style: italic
|