rust_lib_flutter_alacritty library
FFI plugin for the Alacritty-based terminal engine used by flutter_alacritty.
Functions
-
downloadPrecompiledRustLib(
{String? manifestDir, String? cacheDir}) → Future< String?> -
Downloads a verified release cdylib into
cacheDirand returns its path. -
hostRustTriple(
) → String - Host triple used for Cargokit precompiled artifact names.
-
precompiledRemoteFileName(
String rustTriple, String libraryFile) → String -
Cargokit remote artifact file name:
{triple}_{library-file}. -
precompiledRustLibFileName(
) → String - Rust cdylib filename for the current OS.
-
rustLibPluginRoot(
) → String -
Absolute path to the plugin package root (parent of
lib/andrust/). -
rustManifestDir(
) → String -
Absolute path to the Rust manifest directory (
Cargo.toml,cargokit.yaml).