ExplorerNetworkFiles class

Constructors

ExplorerNetworkFiles(StorageExplorer storageExplorer, ExplorerDirectory networkDirFiles)

Properties

hashCode int
The hash code for this object.
no setterinherited
networkDirFiles ExplorerDirectory
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageExplorer StorageExplorer
final

Methods

clear() Future
decodeUrl(String code) String
downloadFile(Uri uri, {Map<String, String> headers = const {}, bool log = false}) Future<Uint8List?>
encodeUrl(String url) String
file(String url, {bool refresh = false, Map<String, String> headers = const {}, bool getOldOnError = false, bool log = false}) Future<ExplorerFile?>
networkImage(String url, {double? width, double? height, double? borderRadius, BoxFit fit = BoxFit.cover, Color backgroundColor = const Color.fromARGB(255, 168, 168, 168), Color baseColor = const Color.fromARGB(255, 168, 168, 168), Color highlightColor = const Color.fromARGB(255, 236, 236, 236), Color errorIconColor = const Color.fromARGB(255, 236, 236, 236), Map<String, String> headers = const {}, bool refresh = false, bool getOldOnError = false, bool log = false}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited