ffi_jpeg_encode 1.0.0
ffi_jpeg_encode: ^1.0.0 copied to clipboard
Fast JPEG encoding via FFI with SIMD optimizations for Android and iOS.
Changelog #
1.0.0 #
- Breaking: Now requires Dart 3.10+ and Flutter 3.38+.
- Migrated to Flutter native assets using
hooksandnative_toolchain_c. - Removed platform-specific build configurations (Gradle, CocoaPods, CMake).
- Simplified library loading by leveraging native assets resolution.
0.0.1 #
- Initial release with FFI JPEG encoding support.