home controller file picker

This commit is contained in:
atseirjo
2026-01-22 06:52:41 +01:00
parent 7faa64eeb0
commit f25368e532
2 changed files with 3 additions and 4 deletions

View File

@@ -67,8 +67,7 @@ class HomeController extends GetxController {
try {
// Datei auswählen
FilePickerResult? result = await FilePicker.platform.pickFiles(
type: FileType.custom,
allowedExtensions: ['json'],
type: FileType.any,
);
if (result != null) {