native_animated_image 0.3.2 copy "native_animated_image: ^0.3.2" to clipboard
native_animated_image: ^0.3.2 copied to clipboard

Native (Rust + system ImageIO/ImageDecoder) decoder for animated GIF / APNG / WebP / AVIF. Bypasses Flutter Skia multi-frame codec.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_animated_image

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  native_animated_image: ^0.3.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:native_animated_image/native_animated_image.dart';
1
likes
150
points
641
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Native (Rust + system ImageIO/ImageDecoder) decoder for animated GIF / APNG / WebP / AVIF. Bypasses Flutter Skia multi-frame codec.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, flutter, native_animated_image_android, native_animated_image_ios, native_animated_image_linux, native_animated_image_macos, native_animated_image_windows

More

Packages that depend on native_animated_image