just_image_flutter 1.0.2
just_image_flutter: ^1.0.2 copied to clipboard
Zero-config Flutter plugin for just_image. Bridges the Rust-powered image processing engine to Flutter apps on Android, iOS, macOS, Linux, and Windows via Native Assets. Pure FFI linking — no widgets.
1.0.2 #
- Updated dependency to
just_image ^1.0.2. - Android: zero-config NDK detection and Rust target auto-install — no setup required by the developer to build for Android.
1.0.1 #
- Re-exports new
just_image1.0.1 features: artistic filters, thumbnails, and BlurHash.
1.0.0 #
- Initial release.
- Zero-config Flutter plugin bridge for
just_image. - Declares
ffiPlugin: truefor Android, iOS, macOS, Linux, and Windows. - Re-exports the full
just_imageAPI (pipeline, batch queue, engine, exceptions). - Rust native library compiled and bundled automatically via Native Assets.