AurPatcherService class

Implements PatcherService for the InstallMedium.aur install medium.

Inheritance

Constructors

AurPatcherService()

Properties

canPatch → bool
Whether the app can be patched automatically.
read-onlyoverride
hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

getInstructions(BuildContext context, Release release) → String
Returns the instructions for manually installing a given release in markdown format.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Release release, {void onProgress(double progress)?}) → Future<void>
Downloads and installs a given release.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited