This commit is contained in:
2025-05-09 20:23:45 +02:00
parent 5a2dbf8962
commit 60bfd9481f
6 changed files with 234 additions and 190 deletions

View File

@@ -28,8 +28,7 @@ class TemplateListState extends State<TemplateListPage> {
itemCount: state.recurringTransactions.length,
shrinkWrap: true,
itemBuilder:
(ctx, idx) => Card(
child: ListTile(
(ctx, idx) => ListTile(
title: Text(
state
.recurringTransactions[idx]
@@ -38,7 +37,6 @@ class TemplateListState extends State<TemplateListPage> {
.name,
),
),
),
),
),
],

View File

@@ -77,6 +77,7 @@ class TransactionDetailsPage extends StatelessWidget {
child: ListView(
children: [
Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
StreamBuilder(
stream: watchBeneficiaryObject(