native_animated_image 0.1.0
native_animated_image: ^0.1.0 copied to clipboard
Native (Rust) decoder & renderer for animated GIF / APNG / WebP. Bypasses Flutter's built-in Skia multi-frame codec.
Changelog #
0.1.0 - 2026-06-04 #
Initial release.
- GIF decoder (full disposal & transparency handling)
- APNG decoder (acTL / fcTL / fdAT, all blend & dispose ops)
- Animated WebP decoder (via
image-webp) NativeAnimatedImageProvider— drop-in FlutterImageProvider- Isolate-based decode, Timer-driven frame scheduling,
hasListenersauto-pause - Platforms: macOS, iOS, Android, Windows, Linux