immich/native/immich_native_core
2026-07-23 03:41:34 +06:00
..
hook fix(mobile): target minSdk for the native lib, move memory-card thumbhash to the core, add native CI 2026-07-20 20:11:39 +06:00
lib feat(mobile): free native core buffers through a dedicated export 2026-07-23 03:41:34 +06:00
test feat(mobile): free native core buffers through a dedicated export 2026-07-23 03:41:34 +06:00
.gitignore fix(mobile): target minSdk for the native lib, move memory-card thumbhash to the core, add native CI 2026-07-20 20:11:39 +06:00
analysis_options.yaml fix(mobile): target minSdk for the native lib, move memory-card thumbhash to the core, add native CI 2026-07-20 20:11:39 +06:00
ffigen.yaml fix(mobile): target minSdk for the native lib, move memory-card thumbhash to the core, add native CI 2026-07-20 20:11:39 +06:00
pubspec.yaml fix(mobile): target minSdk for the native lib, move memory-card thumbhash to the core, add native CI 2026-07-20 20:11:39 +06:00
README.md fix(mobile): target minSdk for the native lib, move memory-card thumbhash to the core, add native CI 2026-07-20 20:11:39 +06:00

immich_native_core (Flutter package)

Build hook and Dart FFI bindings for the Immich native core.

The hook builds immich_core_ffi from source and bundles it as a Flutter code asset. Builders need rustup; the Rust version and targets are pinned in the FFI crate's rust-toolchain.toml.

Workspace commands are in ../README.md.