JSON Import für Testdaten & Funktion zum Löschen aller Daten #33

Merged
flixcoo merged 44 commits from feature/31-json-import-fuer-testdaten into development 2025-11-22 16:47:15 +00:00
Showing only changes of commit cf71b40718 - Show all commits

View File

@@ -80,7 +80,7 @@ class _SettingsViewState extends State<SettingsView> {
await DataTransferService.getAppDataAsJson(context); await DataTransferService.getAppDataAsJson(context);
final result = await DataTransferService.exportData( final result = await DataTransferService.exportData(
json, json,
'exported_data', 'game_tracker-data',
); );
if (!context.mounted) return; if (!context.mounted) return;
showExportSnackBar(context: context, result: result); showExportSnackBar(context: context, result: result);