File list drag and drop

This commit is contained in:
2025-11-15 13:22:05 +08:00
parent f94f80c375
commit 7957e4894a
10 changed files with 94 additions and 17 deletions

View File

@@ -99,9 +99,7 @@ class FileListScreen extends HookConsumerWidget {
completer.future
.then((uploadedFile) {
if (uploadedFile != null) {
// Refresh the file list after successful upload
ref.invalidate(cloudFileListNotifierProvider);
showSnackBar('File uploaded successfully');
}
})
.catchError((error) {