You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/devdfcom/docman/discussions/new?category=ideas)
10
10
[](https://github.com/devdfcom/docman/discussions/new/choose)
11
-
[](https://github.com/devdfcom/docman/issues/new?labels=bug&projects=&template=bug_report.yml&title=%3Ctitle%3E)
11
+
[](https://github.com/devdfcom/docman/issues/new?labels=bug&projects=&template=bug_report.yml)
12
12
13
13
A Flutter plugin that simplifies file & directory operations on Android devices.
14
14
Leveraging the Storage Access Framework (SAF) API,
@@ -277,7 +277,7 @@ Only `cacheExt` & `filesExt` can be empty strings if external storage is not ava
277
277
///Get all directories at once via helper method
278
278
Future<void> getAllDirs() async {
279
279
final Map<String, String> dirs = await DocMan.dir.all();
280
-
280
+
281
281
print(dirs);
282
282
}
283
283
@@ -504,6 +504,9 @@ There are two ways to instantiate a `DocumentFile`:
0 commit comments