step 29 : add base 64 param in repository insert tx
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user