heic_to_png_jpg 0.0.3
heic_to_png_jpg: ^0.0.3 copied to clipboard
A Flutter package to convert HEIC images to JPG or PNG format on both web and mobile platforms.
Changelog #
0.0.3 #
- fixed the web support bug.
0.0.2 #
- Fixed "No implementation found for this platform" error by removing default
HeicToImageImplementationand ensuring explicit platform instantiation.
0.0.1 #
- Initial release of
heic_to_png_jpg. - Supports HEIC to PNG and JPG conversion on web (via libheif-js) and mobile (via heif_converter).
- Includes platform interface for extensibility.