piksel_avif

AVIF support for piksel — stills and animation.

Piksel.configure(Piksel(
  components: const ComponentRegistry(decoders: [AvifDecoder()]),
));

PikselImage.network('https://example.com/photo.avif'); // animated AVIF plays

Detection uses the mime type and the ISOBMFF ftyp brand (avif/avis/mif1/miaf), so mislabelled responses still decode. Animated sources play via piksel's AnimatedDecoder seam.

Libraries

piksel_avif
AVIF support for piksel. Register AvifDecoder in your ComponentRegistry.