flutter_avif 1.4.0 copy "flutter_avif: ^1.4.0" to clipboard
flutter_avif: ^1.4.0 copied to clipboard

A flutter plugin to view and encode avif images using libavif.

1.4.0 #

  • Add missing constructor arguments to match flutter image api
  • Add support for asset variants

1.3.0 #

  • Enable dav1d decoder
  • Enable rav1e encoder
  • Add single frame decoder to lower the memory footprint of static images
  • Fix skipping first frame of animated images
  • Fix alpha channel rendering

1.2.0 #

  • Macos ARM support

1.1.0 #

  • Update flutter_rust_bridge to 1.72.0
  • Add errorBuilder to AvifImage

1.0.1 #

  • Constrain flutter_rust_bridge version

1.0.0 #

  • Initial release.