Allstak class

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

categorizedError(dynamic error) String
getCodeContext(String filePath, int errorLine) Map<String, String>
Reads a file at filePath and returns a map containing lines around the errorLine as code context. Returns a map of the form: { 'lineNumber': 'line content', ... }
getDynamicProjectRoot() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseStackLine(String stackLine) Map<String, dynamic>
Parses a single line from a stack trace for method, file, line, and column info.
resolveFilePath(String packagePath) String
Resolves a package path (e.g., "package:my_app/...") to an absolute file path by joining the dynamic project root with the lib folder.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance Allstak
no setter

Static Methods

captureException(dynamic exception, StackTrace stackTrace) Future<void>
init(AllstakOptions options, {void appRunner()?}) Future<void>