heic_native 0.1.0 copy "heic_native: ^0.1.0" to clipboard
heic_native: ^0.1.0 copied to clipboard

A Flutter plugin that converts HEIC/HEIF images to PNG using native platform APIs (iOS, Android, macOS, Windows, Linux).

0.1.0 #

  • Initial release of heic_native — a Flutter plugin that converts HEIC/HEIF images to PNG using native platform APIs.
  • Supports all 5 platforms:
    • iOS (CoreGraphics/ImageIO, iOS 12.0+)
    • Android (libheif + libpng via NDK, API 28+)
    • macOS (CoreGraphics/ImageIO, macOS 10.13+)
    • Windows (libheif + libpng, Windows 10 1809+)
    • Linux (libheif + libpng, requires libheif-dev and libpng-dev)
  • Configurable PNG compression level (0–9).
  • Metadata preservation (ICC color profiles, EXIF data) enabled by default, with option to strip.
1
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisherhugocornellier.com

Weekly Downloads

A Flutter plugin that converts HEIC/HEIF images to PNG using native platform APIs (iOS, Android, macOS, Windows, Linux).

Repository (GitHub)
View/report issues

Topics

#heic #heif #png #image-conversion

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on heic_native

Packages that implement heic_native