You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,24 +26,25 @@ class ContributionPage extends StatelessWidget {
26
26
child:Column(
27
27
children: [
28
28
Text(
29
-
'Alhamdulillah. Thank you for your interest in donating to Malaysia Prayer Time app. May Allah SWT reward your kindness.'),
29
+
'Alhamdulillah. Thank you for your interest in donating to the Malaysia Prayer Time app. May Allah SWT rewards your kindness.'),
30
30
SizedBox(
31
31
height:8,
32
32
),
33
33
MyCard(
34
34
title:'Share the app',
35
35
description:
36
-
'One of tiny acts of kindness. Share your experience on using this app to your family and friends.',
36
+
'Share your experience on using this app with your family and friends.',
37
37
buttonContent: [
38
-
ButtonContent('Share the app', () {
39
-
print('pressed form class');
38
+
ButtonContent('Share now', () {
39
+
Share.share(
40
+
"Hi. I'm using the Malaysia Prayer Time app. It's fast and free. Download now on Google Play: bit.ly/MPTdl");
40
41
})
41
42
]),
42
43
Divider(),
43
44
MyCard(
44
45
title:'Buy me a coffee?',
45
46
description:
46
-
'One cup of nescafe usually enough for me to code all night.\n\n${Constants.kBuyMeACoffeeLink.substring(12)}', //substring will remove 'https://www' stuffs.
47
+
'One cup of Nescafe is usually enough for me to code all night.\n\n${Constants.kBuyMeACoffeeLink.substring(12)}', //substring will remove 'https://www' stuffs.
47
48
buttonContent: [
48
49
ButtonContent(
49
50
'Copy',
@@ -55,9 +56,9 @@ class ContributionPage extends StatelessWidget {
55
56
],
56
57
),
57
58
MyCard(
58
-
title:'Support via Malaysian bank',
59
+
title:'Direct support',
59
60
description:
60
-
'${Constants.kMaybankAccNo} - Muhammad Fareez (Maybank)',
61
+
'${Constants.kMaybankAccNo} - Muhammad Fareez Iqmal (Maybank)',
61
62
buttonContent: [
62
63
ButtonContent(
63
64
'Copy',
@@ -68,7 +69,7 @@ class ContributionPage extends StatelessWidget {
68
69
MyCard(
69
70
title:'Contribute to source',
70
71
description:
71
-
'MPT is now open source. Report any bugs or contribute directly to the source code. Licensed under GNU GPLv3',
72
+
'MPT is now open source. Report any bugs or contribute directly to the source code. It is licensed under GNU GPLv3.',
0 commit comments