mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 09:29:48 +00:00
CAKE-324 | added website and github links to support page
This commit is contained in:
parent
66d5dc56f7
commit
34ee2dd8e6
6 changed files with 13 additions and 4 deletions
BIN
assets/images/2.0x/github.png
Normal file
BIN
assets/images/2.0x/github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 981 B |
BIN
assets/images/3.0x/github.png
Normal file
BIN
assets/images/3.0x/github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/images/github.png
Normal file
BIN
assets/images/github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 507 B |
|
@ -24,6 +24,15 @@ abstract class SupportViewModelBase with Store {
|
||||||
title: 'Email',
|
title: 'Email',
|
||||||
linkTitle: 'support@cakewallet.com',
|
linkTitle: 'support@cakewallet.com',
|
||||||
link: 'mailto:support@cakewallet.com'),
|
link: 'mailto:support@cakewallet.com'),
|
||||||
|
LinkListItem(
|
||||||
|
title: 'Website',
|
||||||
|
linkTitle: 'cakewallet.com',
|
||||||
|
link: 'https://cakewallet.com'),
|
||||||
|
LinkListItem(
|
||||||
|
title: 'GitHub',
|
||||||
|
icon: 'assets/images/github.png',
|
||||||
|
linkTitle: 'APK update',
|
||||||
|
link: 'https://github.com/cake-tech/cake_wallet/releases'),
|
||||||
LinkListItem(
|
LinkListItem(
|
||||||
title: 'Telegram',
|
title: 'Telegram',
|
||||||
icon: 'assets/images/Telegram.png',
|
icon: 'assets/images/Telegram.png',
|
||||||
|
|
|
@ -70,7 +70,7 @@ packages:
|
||||||
path: "."
|
path: "."
|
||||||
ref: cake
|
ref: cake
|
||||||
resolved-ref: "02fef082f20af13de00b4e64efb93a2c1e5e1cf2"
|
resolved-ref: "02fef082f20af13de00b4e64efb93a2c1e5e1cf2"
|
||||||
url: "git@github.com:cake-tech/bech32.git"
|
url: "https://github.com/cake-tech/bech32.git"
|
||||||
source: git
|
source: git
|
||||||
version: "0.2.0"
|
version: "0.2.0"
|
||||||
bip32:
|
bip32:
|
||||||
|
@ -92,8 +92,8 @@ packages:
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: cake
|
ref: cake
|
||||||
resolved-ref: b3ab2926c665f0e68b74a4a5f31059f7fcd817b7
|
resolved-ref: cbabfd87b6ce3cae6051a3e86ddb56e7a934e188
|
||||||
url: "git@github.com:cake-tech/bitcoin_flutter.git"
|
url: "https://github.com/cake-tech/bitcoin_flutter.git"
|
||||||
source: git
|
source: git
|
||||||
version: "2.0.2"
|
version: "2.0.2"
|
||||||
boolean_selector:
|
boolean_selector:
|
||||||
|
|
|
@ -67,7 +67,7 @@ dependencies:
|
||||||
basic_utils: ^2.0.3
|
basic_utils: ^2.0.3
|
||||||
bitcoin_flutter:
|
bitcoin_flutter:
|
||||||
git:
|
git:
|
||||||
url: git@github.com:cake-tech/bitcoin_flutter.git
|
url: https://github.com/cake-tech/bitcoin_flutter.git
|
||||||
ref: cake
|
ref: cake
|
||||||
get_it: ^6.0.0
|
get_it: ^6.0.0
|
||||||
connectivity: ^3.0.3
|
connectivity: ^3.0.3
|
||||||
|
|
Loading…
Reference in a new issue