mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
e5be737236
* bio auth mac fix * remove comment and change duration from 2 to 0 * cherry pick previous changes * workaround for secure storage bug on mac * bump version to 3.19.5 (because breez will need this version anyways) * some code cleanup * some changess didn't get saved * just documenting the issue [skip ci] * undo accidental removal + minor code cleanup * merge conflicts * Minor UI change [skip ci] --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
39 lines
672 B
YAML
39 lines
672 B
YAML
name: cw_solana
|
|
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
|
|
solana: ^0.30.1
|
|
cw_core:
|
|
path: ../cw_core
|
|
http: ^1.1.0
|
|
hive: ^2.2.3
|
|
bip39: ^1.0.6
|
|
mobx: ^2.3.0+1
|
|
shared_preferences: ^2.0.15
|
|
bip32: ^2.0.0
|
|
hex: ^0.2.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.0
|
|
build_runner: ^2.4.7
|
|
mobx_codegen: ^2.0.7
|
|
hive_generator: ^1.1.3
|
|
|
|
dependency_overrides:
|
|
watcher: ^1.1.0
|
|
|
|
flutter:
|
|
# assets:
|
|
# - images/a_dot_burr.jpeg
|
|
# - images/a_dot_ham.jpeg
|