We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/example
listFiles
1 parent 4396a8e commit a3d426eCopy full SHA for a3d426e
example/lib/screens/folder_files/folder_file_list.dart
@@ -159,7 +159,8 @@ class _FolderFileListState extends State<FolderFileList> {
159
DocumentFileColumn.displayName,
160
DocumentFileColumn.size,
161
DocumentFileColumn.lastModified,
162
- // DocumentFileColumn.id,
+ // Optional column (this can't be removed because it's required to list files)
163
+ DocumentFileColumn.id,
164
DocumentFileColumn.mimeType,
165
];
166
0 commit comments