FlutterDropzoneView class

Constructors

FlutterDropzoneView(int viewId)

Properties

container ↔ HTMLDivElement
latefinal
cursor ↔ CursorType?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mime List<String>?
getter/setter pair
operation ↔ DragOperation?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewId int
final

Methods

createFileUrl(File file) Future<String>
getFileData(File file) Future<Uint8List>
getFileLastModified(File file) Future<DateTime>
getFileMIME(File file) Future<String>
getFilename(File file) Future<String>
getFileSize(File file) Future<int>
getFileStream(File file) Stream<List<int>>
init(Map<String, dynamic> params) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickFiles(bool multiple, List<String> mime) Future<List>
releaseFileUrl(String fileUrl) Future<bool>
setCursor(CursorType cursor) Future<bool>
setMIME(List<String> mimes) Future<bool>
setOperation(DragOperation operation) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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