CustomPluginBase class

Constructors

CustomPluginBase()

Properties

configs Future<Config>
Returns a Future that completes when the configs are loaded from the analysis_options.yaml file
no setter
hashCode int
The hash code for this object.
no setterinherited
projectDir Future<Uri>
Returns a Future that completes when the project directory is found.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLints(ResolvedUnitResult resolvedUnitResult) Stream<Lint>
Returns a list of warning/infos/errors for a Dart file.
inherited
getProjectDir(ResolvedUnitResult resolvedUnitResult) → void
handleEditGetFixes(ResolvedUnitResult resolvedUnitResult, int offset) Future<EditGetFixesResult>
Obtains the list of fixes for the given offset.
inherited
handleGetAssists(ResolvedUnitResult resolvedUnitResult, {required int offset, required int length}) Future<EditGetAssistsResult>
Obtains the list of assists for a given selected text.
inherited
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