Commit 2cb61044 authored by Izol's avatar Izol

version revision

parent 50b790ac
...@@ -1357,7 +1357,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -1357,7 +1357,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
), ),
), ),
Text( Text(
'or enter topup amount here', 'enter topup amount here',
style: greyTextStyle.copyWith( style: greyTextStyle.copyWith(
fontSize: 15, fontSize: 15,
fontStyle: FontStyle.italic, fontStyle: FontStyle.italic,
...@@ -1411,42 +1411,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -1411,42 +1411,7 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
), ),
), ),
), ),
SizedBox(height: 30),
Column(
children: [
Row(
children: [
Expanded(
child: CustomFilledButton(
title: 'lanjut',
subtitle: 'proceed',
onPressed: () {
setState(() {
if (timer != null)
timer?.cancel();
// tapIdle();
if (mounted) {
denomLimits(
outletName,
info,
int.parse(amountController!
.text
.replaceAll(",", "")));
}
});
// _showQris(context);
/*buildGetQr();*/
/*_getQris();*/
// Navigator.pop(context);
},
),
),
],
),
],
),
], ],
), ),
), ),
...@@ -1630,6 +1595,42 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -1630,6 +1595,42 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
), ),
], ],
), ),
SizedBox(height: 30),
Column(
children: [
Row(
children: [
Expanded(
child: CustomFilledButton(
title: 'lanjut',
subtitle: 'proceed',
onPressed: () {
setState(() {
if (timer != null)
timer?.cancel();
// tapIdle();
if (mounted) {
denomLimits(
outletName,
info,
int.parse(amountController!
.text
.replaceAll(",", "")));
}
});
// _showQris(context);
/*buildGetQr();*/
/*_getQris();*/
// Navigator.pop(context);
},
),
),
],
),
],
),
], ],
), ),
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment