step 29 : add base 64 param in repository insert tx

This commit is contained in:
sindhu
2024-01-19 12:13:19 +07:00
parent c2f43f9061
commit 2cab59c86c
6 changed files with 31 additions and 22 deletions

View File

@@ -473,28 +473,14 @@ class HomeScreen extends HookConsumerWidget {
fontSize: 14,
),
),
Text(
' by : '+listTransaksiHome
.value[idx].usertransaksi
.toString(),
overflow:
TextOverflow.ellipsis,
style: Constant.body1(
context: context)
.copyWith(
fontWeight:
FontWeight.normal,
fontStyle: FontStyle.italic,
color: Constant.pcBtnBackgroundColor,
fontSize: 14,
),
),
Expanded(
child: Container(
child: Text(
' by : '+listTransaksiHome
.value[idx].usertransaksi
.toString(),
' by : ' +
listTransaksiHome
.value[idx]
.usertransaksi
.toString(),
overflow:
TextOverflow.ellipsis,
style: Constant.body1(
@@ -502,8 +488,10 @@ class HomeScreen extends HookConsumerWidget {
.copyWith(
fontWeight:
FontWeight.normal,
fontStyle: FontStyle.italic,
color: Constant.pcBtnBackgroundColor,
fontStyle:
FontStyle.italic,
color: Constant
.pcBtnBackgroundColor,
fontSize: 14,
),
),