IPFSDialog class
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
Static Methods
-
showFileUpload(BuildContext context, String dirId, String dirName, IPFSFileType fileType, ValueChanged<List<UploadResultEntity>> callback, List<String>? allowedExtensions)
→ void
-
文件选择
-
showImageUpload(BuildContext context, double width, double height, String dirId, String dirName, UploadMode uploadMode, IPFSFileType fileType, ValueChanged<List<UploadResultEntity>> callback)
→ void
-
图片或者视频上传
-
showSelectDirDialog(BuildContext context, String dirId, ValueChanged<SelectFolderEntity> callback)
→ void
-
文件夹选择对话框