native_animated_image 0.1.1
native_animated_image: ^0.1.1 copied to clipboard
Native (Rust) decoder & renderer for animated GIF / APNG / WebP. Bypasses Flutter's built-in Skia multi-frame codec.
Changelog #
0.1.1 - 2026-06-05 #
- iOS podspec: ship
native_animated_image_codec.xcframework(Apple recommended) instead of separate device / simulator.afiles behind SDK-conditionalLIBRARY_SEARCH_PATHS. Old form broke when consumers installed via pub.dev (path was monorepo-relative). Linker error "Library 'native_animated_image_codec' not found" is fixed. - No API / behavior changes to main package; bumped to pull the fixed iOS impl.
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