CblNativeBinaries class

Binaries for cbl_native for one Platform.

Constructors

CblNativeBinaries({required Platform platform, String version = currentVersion})

Properties

filename String
The filename of the binaries.
latefinal
hashCode int
The hash code for this object.
no setterinherited
packageName String
The name of the cbl_native package.
final
platform Platform
The target platform of the binaries.
final
release GitHubRelease
The release which contains the binaries
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url Uri
The url to download the binaries.
latefinal
version String
The version of the binaries.
final

Methods

install({required Directory installDir, bool override = false}) Future<void>
Downloads and installs the binaries into installDir.
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