v0.1.2 of native_animated_image
The official repository for Dart and Flutter packages. [Unoffic…
June 5, 2026
Native (Rust) decoder & renderer for animated GIF / APNG / WebP. Bypasses Flutter's built-in Skia multi-frame codec. Changelog excerpt: - iOSship Rust as a dynamic framework (dylib bundled in .framework), not a static .a. Static-lib FFI symbols get dead-stripped (no compile-time caller) and Xcode 16 rejects every -force_loadworkaround as an unresolved build input. Dylib is loaded by dyld at app startup → all native_animated_image_*symbols are immediately available to DynamicLibrary.process(). - tool/build_native.dart iosnow builds cdylib for both ios-arm64 and ios-arm64-simulator, wraps each in a .frameworkbund[...]
Discussion in the ATmosphere