GithubReleasesService class
gitee https://gitee.com/api/v5/repos/januwA/flutter_anime_app/releases https://gitee.com/api/v5/repos/januwA/flutter_anime_app/releases/latest
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
initialized
→ Future<
void> -
初始化后才能使用
read-only
- isNeedUpdate → bool
-
Note: To use this property your version control must be standard x.y.z semantics
read-only
- latest ↔ ReleasesDto
-
release 最后的版本
read / write
- latestUrl → String
-
read-only
- latestVersion → String
-
latest version
read-only
- localVersion → String
-
local version
read-only
- owner → String
-
用户名
final
- packageName → String
-
com.xxx
read-only
- pinfo ↔ PackageInfo
-
当前app的包信息
read / write
- repo → String
-
仓库名
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
dispose(
) → void -
downloadApk(
{String downloadUrl, String apkName}) → Future< void> - download apk and install:
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited