MasonClientRepository class
Repository for handling Mason brick operations.
This class manages the lifecycle of Mason commands:
- Initializes mason.yaml
- Adds the brick from the configured git repository
- Generates the brick using mason make
- Cleans up all Mason-related files and folders
- Implemented types
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
-
generateBrick(
{required String brickName, required String gitUrl, void onProgress(String)?}) → Future< bool> -
Generates a Mason brick and cleans up all Mason artifacts.
override
-
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