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
1 parent bf06b63 commit f950397Copy full SHA for f950397
1 file changed
example/lib/screens/file_explorer/file_explorer_page.dart
@@ -163,7 +163,9 @@ class _FileExplorerPageState extends State<FileExplorerPage> {
163
DocumentFileColumn.size,
164
DocumentFileColumn.lastModified,
165
DocumentFileColumn.mimeType,
166
- // The column below is a optional column (this can't be removed because it's required to list files)
+ // The column below is a optional column
167
+ // you can wether include or not here and
168
+ // it will be always available on the results
169
DocumentFileColumn.id,
170
];
171
0 commit comments