sip_script_runner library

Classes

Bindings
The bindings for the script runner
BindingsImpl
The communicator between dart and rust
CommandToRun
CWD
The current working directory.
Identifiers
Keys
The keys that are used in the scripts.yaml file
OptionalFlags
A class to parse optional flags from a list of strings.
PubspecLock
The interface for the pubspec.lock file.
PubspecYaml
The interface for the pubspec.yaml file.
Script
Parses an entry from the scripts.yaml file
ScriptsConfig
The scripts.yaml file.
ScriptsYaml
This is the interface for the scripts.yaml file.
Variables
The variables that can be used in the scripts
Vars
The variables that can be used in the scripts

Typedefs

DartRunScript = int Function(Pointer<Utf8>, int)
RustRunScript = Int32 Function(Pointer<Utf8>, Int8)