-
byteStreamToString(Stream<List<int>> stream, {Encoding encoding = utf8})
→ Future<String>
-
Converts a
Stream
of byte lists to a String
.
@Deprecated('Moved to quiver/async.dart. This copy will be removed in 3.0.0')
-
getFullPath(dynamic path)
→ String
-
Gets the full path of
path
by using File.fullPathSync
.
@Deprecated('Use File(path).resolveSymbolicLinksSync. Will be removed in 3.0.0')
-
visitDirectory(Directory dir, Future<bool> visit(FileSystemEntity f))
→ Future
-
Lists the sub-directories and files of this Directory, optionally recursing
into sub-directories based on the return value of
visit
. [...]
@Deprecated('Will be removed in 3.0.0')