Skip to content

Commit f950397

Browse files
author
LaksCastro
committed
(#62) Improve /example comment
1 parent bf06b63 commit f950397

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

example/lib/screens/file_explorer/file_explorer_page.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ class _FileExplorerPageState extends State<FileExplorerPage> {
163163
DocumentFileColumn.size,
164164
DocumentFileColumn.lastModified,
165165
DocumentFileColumn.mimeType,
166-
// The column below is a optional column (this can't be removed because it's required to list files)
166+
// 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
167169
DocumentFileColumn.id,
168170
];
169171

0 commit comments

Comments
 (0)