VersionUtils class
Constructors
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
-
hasNewVersion(
String appVersion, String version) → bool - 版本比较,是否有新版本 appVersion:项目当前版本 version:要比较的版本(比如最新版本)
-
jumpAppStore(
{String? url}) → Future< void> - 跳转AppStore