MasonClientRepository class

Repository for handling Mason brick operations.

This class manages the lifecycle of Mason commands:

  1. Initializes mason.yaml
  2. Adds the brick from the configured git repository
  3. Generates the brick using mason make
  4. Cleans up all Mason-related files and folders
Implemented types

Constructors

MasonClientRepository()

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