heic_native 0.1.0
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.