Feat: Fügt die Liste für wiederkehrende Transaktionen hinzu
This commit is contained in:
@@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
|
||||
import 'package:package_info_plus/package_info_plus.dart';
|
||||
|
||||
import 'account_list.dart';
|
||||
import 'recurring_transaction_list.dart';
|
||||
|
||||
/// Eine Widget-Klasse, die die Einstellungsseite der Anwendung darstellt.
|
||||
class Settings extends StatefulWidget {
|
||||
@@ -31,7 +32,9 @@ class _SettingsState extends State<Settings> {
|
||||
const SizedBox(height: 24),
|
||||
|
||||
const AccountList(),
|
||||
const SizedBox(height: 24),
|
||||
|
||||
const RecurringTransactionList(),
|
||||
const SizedBox(height: 8),
|
||||
_versionNumber(theme),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user