FilePickerLogic class

Constructors

FilePickerLogic()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Methods

buildIcon(PlatformFile file, String extension, [double size = 50]) Widget
getColor(String extension) Color?
getIcon(String extension) IconData
pickFile(ValueNotifier<List<PlatformFile>> selectedFile, FileType fileType) Future<void>
pickMultipleFiles(ValueNotifier<List<PlatformFile>> multipleFiles, FileType fileType) Future<void>