LokiBase class

A base class for the Loki CLI tool, which manages Dart & Flutter projects with multiple packages. Loki is designed to address issues related to stdin when running Flutter apps with Melos.

Constructors

LokiBase()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(List<String> arguments) Future<void>
Runs the Loki CLI tool with the provided arguments.
toString() String
A string representation of this object.
inherited

Operators

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