Skip to content

Commit a3d426e

Browse files
author
LaksCastro
committed
(#50) Add comment on /example at listFiles usage
1 parent 4396a8e commit a3d426e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/lib/screens/folder_files/folder_file_list.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ class _FolderFileListState extends State<FolderFileList> {
159159
DocumentFileColumn.displayName,
160160
DocumentFileColumn.size,
161161
DocumentFileColumn.lastModified,
162-
// DocumentFileColumn.id,
162+
// Optional column (this can't be removed because it's required to list files)
163+
DocumentFileColumn.id,
163164
DocumentFileColumn.mimeType,
164165
];
165166

0 commit comments

Comments
 (0)