FlutterFileView class

Constructors

FlutterFileView()

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 Properties

initController Stream<EX5Status>
no setter
platformVersion Future<String?>
no setter

Static Methods

downloadFileByNet(String fileUrl, String filePath, {ProgressCallback? onProgress}) Future<DownloadStatus>
提供文件下载功能
getFileSizeByNet(String fileUrl) Future<String>
获取网络资源文件大小
getX5Status() Future<EX5Status?>
获取 X5内核 当前状态
initX5() Future<void>
初始化 Tencent X5 插件已实现,自动化加载,此方法仅在您所需要时使用