CAKE-324 | added website and github links to support page
OleksandrSobol committed
May 17, 2021 at 21:22 UTC
34ee2dd8e63812c93e462cdf388f713195fe7564
6 files changed
+13
-4
assets/images/2.0x/github.png
Binary files /dev/null and b/assets/images/2.0x/github.png differ
assets/images/3.0x/github.png
Binary files /dev/null and b/assets/images/3.0x/github.png differ
assets/images/github.png
Binary files /dev/null and b/assets/images/github.png differ
lib/view_model/support_view_model.dart
+9
@@ -24,6 +24,15 @@ abstract class SupportViewModelBase with Store {
24
title: 'Email',
25
linkTitle: 'support@cakewallet.com',
26
link: 'mailto:support@cakewallet.com'),
27
+ LinkListItem(
28
+ title: 'Website',
29
+ linkTitle: 'cakewallet.com',
30
+ link: 'https://cakewallet.com'),
31
+ LinkListItem(
32
+ title: 'GitHub',
33
+ icon: 'assets/images/github.png',
34
+ linkTitle: 'APK update',
35
+ link: 'https://github.com/cake-tech/cake_wallet/releases'),
36
LinkListItem(
37
title: 'Telegram',
38
icon: 'assets/images/Telegram.png',
pubspec.lock
+3
-3
@@ -70,7 +70,7 @@ packages:
70
path: "."
71
ref: cake
72
resolved-ref: "02fef082f20af13de00b4e64efb93a2c1e5e1cf2"
73
- url: "git@github.com:cake-tech/bech32.git"
73
+ url: "https://github.com/cake-tech/bech32.git"
74
source: git
75
version: "0.2.0"
76
bip32:
@@ -92,8 +92,8 @@ packages:
92
description:
93
path: "."
94
ref: cake
95
- resolved-ref: b3ab2926c665f0e68b74a4a5f31059f7fcd817b7
96
- url: "git@github.com:cake-tech/bitcoin_flutter.git"
95
+ resolved-ref: cbabfd87b6ce3cae6051a3e86ddb56e7a934e188
96
+ url: "https://github.com/cake-tech/bitcoin_flutter.git"
97
source: git
98
version: "2.0.2"
99
boolean_selector:
pubspec.yaml
+1
-1
@@ -67,7 +67,7 @@ dependencies:
67
basic_utils: ^2.0.3
68
bitcoin_flutter:
69
git:
70
- url: git@github.com:cake-tech/bitcoin_flutter.git
70
+ url: https://github.com/cake-tech/bitcoin_flutter.git
71
ref: cake
72
get_it: ^6.0.0
73
connectivity: ^3.0.3