home controller file picker
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user