Spider class

Entry point of all the command process provides various functions to execute commands Responsible for triggering dart code generation

Constructors

Spider(SpiderConfiguration config)
Default Constructor. config provides the typed configuration data parsed from config file.

Properties

config ↔ SpiderConfiguration
Holds the typed configuration data parsed from config file.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build({bool watch = false, bool smartWatch = false, bool fontsOnly = false, BaseLogger? logger}) → void
Triggers build
exportAsLibrary() → void
Generates library export file for all the generated references files.
generateFontReferences(BaseLogger? logger, {bool fontsOnly = false}) → void
Generates references for fonts defined in pubspec.yaml
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